.NET HttpClient
IHttpClientFactory and how to correctly use HttpClient
A quick guide on how to properly instantiate and use HttpClient in .NET
Hey people!
HTTP calls are present in almost every application that needs to communicate with other systems. It is the most popular method of communication.