AutofacServiceProviderFactory In ASP.NET Core — Problems With Dependency Injection (Part 1)

Dev Leader
8 min readMay 7, 2024

We have plenty of awesome options for dependency injection when working in ASP.NET Core applications. For the most part, if you’re not building anything super complicated concerning your types or your software architecture, you can get by with the built-in IServiceCollection. However, we can use AutofacServiceProviderFactory in ASP.NET

--

--