plopslop

Steven Giesel

steven-giesel.comadded August 2026

.NET Toolbox

Steven Giesel5 Jan 2026

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!

Use CancellationTokens

Steven Giesel6 Oct 2025

This is a very small blog post on why you should use CancellationTokens in your API. It is not only about your code Imagine we have a long running SQL Query like the following: SELECT COUNT_BIG(*)...