Community

Use IHttpClientFactory To Invoke Web API In ASP.NET Core

(Bipin Joshi) If you have worked with ASP.NET Core Web APIs before, chances are you used HttpClient to invoke them. Although instantiating HttpClient directly is a common way of using it, there is a better alternative.