httpclient Dealing with access tokens in dotnet Dealing with access tokens (including renewal) in dotnet
httpclient Tidy up your HttpClient usage Quick tip of how to reduce boilerplate code when dealing with HttpClient
httpclient C# - How to throttle outgoing http requests - Concurrent This post focus on how to handle request rate limits when we are only allowed to send 10 requests at the same time
httpclient HttpClient - Error handling, a test driven approach Shows how to handle a bunch of different tricky scenarios when dealing with HttpClient. Error handling, deserialization, timeouts...I've got you covered
httpclient You're (probably still) using HttpClient wrong and it is destabilizing your software I try to optimize the fetching and deserialization of data in dotnet core as much as possible. HttpClientFactory and streams are my best friends