Tag
dependency-injection
asp.net coreHaving Fun with Microsoft IoC Container for .NET Core
Wire up Microsoft's built-in dependency injection container from an empty console app, then read the DI extension source to see how it resolves.
asp.net coreHow to Pre-Configure Services Before Registering with ASP.NET Core's Built-in Service Container
Pre-configure ASP.NET Core services that need dependencies before registration by using an explicit factory and service-provider setup.