Exception Not Found

Re-thinking the Visitor Pattern with the Double-Dispatch Approach

This article will help you have another point of view with the Visitor Pattern by thinking it with the Double-Dispatch Approach. This article will also show you a practical use case of how this pattern is applied in .NET.

The Catch Block #94: C#'s New !! (Bang-Bang) Operator

C#'s new !! operator is surprisingly controversial. Plus: .NET's 20th; immutability; the CUPID principles; CancellationToken; and a practical guide to Dapper.

Bite-Size C# 11 - Required Properties

In C# 11, we might be able to make class properties required, and have the compiler throw errors if they are not included.

Bite-Size C# 10 - Semi-Auto Properties and 'field' Keyword

Let's simplify class properties using the new field keyword!

Bite-Size C# 10 - Const Interpolated Strings

We can make our code a bit more concise by using interpolated strings ($) on const strings!

Exception Not Found © 2026