Hey, I'm Steven a .NET Developer in Switzerland. I am a Microsoft MVP. Also, this blog is open source on GitHub.

Recent Posts

Preview image blogpost

.NET Toolbox February Update

In Dezember 2025 and January 26 I created a small helper tool: the .NET Toolbox. I also made a post about, if you wanna be "up to speed": ".NET Toolbox". I did some bug fixes and updates.

Read the whole article

Preview image blogpost
  • 1/25/2026
  • 2 minute read

Sometimes you just need extensions methods to model your stuff

I came across a recent thing, where I hit the limit with the "normal" approach of modeling my entity and had to resort to extension methods.

Read the whole article

Preview image blogpost
  • 1/12/2026
  • 2 minute read

Collection Expression Arguments in C# 15+

There is a nice proposal which would make collection expressions a bit better - Giving the users the ability to pass in arguments to the creation.

Read the whole article

Preview image blogpost

.NET Toolbox

Let's start the new year with a bang: I created a new tool called "Toolbox" to offer some helpful tools for your everyday .NET life. Totally free, open-source and everything client-side!

Read the whole article

Preview image blogpost

Task.Delay fails if you wait longer than 49.7 days

Task.Delay fails if you wait longer than 49.7 days. So something like: await Task.Delay(TimeSpan.FromDays(50)); will fail. But why and should you care?

Read the whole article

Preview image blogpost

One Minute Knowledge: Is ToArrayAsync or ToListAsync faster for Entity Framework?

Short question, and a short answer: ToListAsync - but why?

Read the whole article

Preview image blogpost

GitHub Runners might not be a good benchmark baseline

I saw mutliple places where people use GitHub runners to do some benchmarking. That can be a tricky thing to do.

Read the whole article

Preview image blogpost

Mime Type Helper in .NET 11

New helper will be available with .NET 11: MediaTypeMap.GetMediaType and MediaTypeMap.GetExtension which makes the web-development a bit easier!

Read the whole article

An error has occurred. This application may no longer respond until reloaded.Reload x