Community

Multiple Implementations Of An Interface In ASP.NET Core DI Container

(Bipin Joshi) If you worked with ASP.NET Core before chances are you used ASP.NET Core’s dependency injection features. Most commonly you register a single implementation of an interface as a service type.