Exception Not Found

Middleware in ASP.NET 6 - Order of Operations

Let's see how the order of the middleware in the ASP.NET 6 pipeline affects how they function.

Middleware in ASP.NET 6 - Custom Middleware Classes

Let's build custom ASP.NET 6 Middleware classes, including a logger and a simple response middleware.

The Catch Block #98 - Dapper Where Clause Builder

Let's write code that generates SQL! Plus: you should deploy more; feature flags; designing better APIs; cancellation; and VS's 25th anniversary!

Middleware in ASP.NET 6 - Intro and Basics

Let's see what Middleware is in ASP.NET 6, how it forms pipelines, how the Program.cs file is involved, and a simple implementation.

The Catch Block #97 - The Old, Familiar Comments Trap

Comments tell you why. Plus: Finite State Machines, eventual consistency, and cancelling async calls.

Exception Not Found © 2026