Optimally Configuring ASP.NET Core HttpClientFactory
How to optimally configure a HttpClient using the new HttpClientFactory API in ASP.NET Core 2.1 for best performance, usability, resiliency and easy of use.
How to optimally configure a HttpClient using the new HttpClientFactory API in ASP.NET Core 2.1 for best performance, usability, resiliency and easy of use.
The importance of using ConfigureAwait when using the Task Parallel Library (TPL) to improve performance and reduce context switching.