PreviousNext

ASP.NET Core Dependency Injection - Registering Multiple Implementations of an Interface

by bill-s, 2018-05-09T19:12:51.090Z

In a previous post I covered registering generic types with Dependency Injection. This is one of the less common (and less documented) ways in which services could be registered with the Microsoft DI library. It turns out that you can do more with the DI available in the Microsoft.Extensions.DependencyInjection package than it may first appear.

Read More