Using HttpClientFactory in ASP.NET Core Applications by @CodeMazeBlog code-maze.com
Up until now, we’ve been using HttpClient directly in our services. In every service, we’ve created an HttpClient instance and all the required configurations. That lead to repeating code in all of our service classes. Well, in this article we are going to learn how to prevent that by using HttpClientFactory.
Report Story
Leave Your Comment