65.9K
CodeProject is changing. Read more.
Home

Dependency injection with AutoFac in ASP.NET 5

starIconstarIconemptyStarIconemptyStarIconemptyStarIcon

2.00/5 (1 vote)

Oct 31, 2015

MIT
viewsIcon

6788

ASP.NET5 comes with inbuilt dependency injection framework. This post is about using Autofac DI framework instead the in built DI framework. You can find more details about ASP.NET5 DI Framework in ASP.NET5 DependencyInjection respository.