In ASP.NET Core 2 Web Api, I want to use dependency injection to inject httpClientA instance of HttpClient to ControllerA, and an inst
Another option is to
I’ve written an article with more details: Dependency Injection in .NET: A way to work around missing named registrations