DEV Community

MilivojeMisic
MilivojeMisic

Posted on • Updated on

Dependency Injection Lifetime Management in .NET Core

Dependency Injection is one of the most important features in building a maintainable application. In .NET Framework we have to rely on an external component to help us with this. Some of the most popular are Ninject, Unity, Spring.NET and others. Now, in .NET Core the dependency injection capability is built into the framework so we don’t have to use external components any more.

Go to http://www.coding.lu/blog/dependency-injection-lifetime-management-in-net-core/ to continue reading.

Top comments (0)