You Use the HttpClient Wrong
Introduction
This article explains how to properly send HTTP requests in C#.
It emphasizes the drawbacks of using the HttpClient directly, as well as the advantages of using the IHttpClientFactory.
Also, it shows 3 ways to use the IHttpClientFactory ...
codecraftsymphony.com5 min read