Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2026

c-sharp

A collection of 35 posts

Select action method based on header value in ASP.NET Core
asp.net core

Select action method based on header value in ASP.NET Core

Shows how to use IActionConstraint to select a specific action method based on a header

5 years ago March 13th, 2021 3 min read
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

6 years ago September 6th, 2020 6 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#

6 years ago July 19th, 2020 4 min read
enum

Beware of Enum.TryParse

Enum.TryParse sometimes doesn't do what you think

6 years ago March 15th, 2020 1 min read
c-sharp

C# - Sealed and internal - how to use in unit test?

Shows how to create a new instance of a sealed class without any public constructors. Reflection to the rescue!

6 years ago February 20th, 2020 2 min read
Subscribe via RSS
© Josef Ottosson 2026