Josef Ottosson

Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2025

dotnet core

A collection of 29 posts

C# - How to throttle outgoing http requests - Concurrent
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

5 years ago September 6th, 2020 6 min read
Heartbeat logger in Dotnet Core
dotnet core

Heartbeat logger in Dotnet Core

How to monitor your dotnet core applications by using a heartbeat logger

5 years ago July 21st, 2020 2 min read
How C# Records will change my life
c-sharp

How C# Records will change my life

The new record type will be a huge timesaver when working with immutable objects in C#

5 years ago July 19th, 2020 4 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

5 years ago April 4th, 2020 15 min read
enum

Beware of Enum.TryParse

Enum.TryParse sometimes doesn't do what you think

5 years ago March 15th, 2020 1 min read
Subscribe via RSS
© Josef Ottosson 2025