Josef Ottosson

Josef Ottosson

Freelancing Developer · Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft

httpclient

A collection of 4 posts

Tidy up your HttpClient usage
httpclient

Tidy up your HttpClient usage

Quick tip of how to reduce boilerplate code when dealing with HttpClient.

7 months ago September 29th, 2020 3 min read
C# - Throttle outgoing http requests - Concurrent
httpclient

C# - 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.

7 months ago September 6th, 2020 6 min read
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.

a year ago April 4th, 2020 15 min read
dotnet core

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.

2 years ago March 10th, 2019 20 min read
Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft