Use IHttpClientFactory to implement resilient HTTP requests - .NET

Learn how to use IHttpClientFactory, available since .NET Core 2.1, for creating `HttpClient` instances, making it easy for you to use it in your applications.