Skip to main content

Designing ASP.NET Core Applications with Dependency Injection in Mind

Event:Advanced Developers Conference 2017
Type:Talk
Date:September 19, 2017
Duration:1h
Location:Cologne, Germany
Language:German

In ASP.NET Core , dependency injection is a core part of the framework. In this talk, we'll explore how DI Containers work under the covers and how to design ASP.NET Core apps with DI in mind.

Event Details

In ASP.NET Core applications, the dependency injection container has become a core feature, allowing us to flexibly resolve object graphs. In this talk, we’ll take a look at how DI containers work under the covers, explore the different DI frameworks available, and discuss how to apply dependency injection effectively in our ASP.NET Core web apps — even at the boundaries of the application, such as database access and handling serialized input data.

More information