Exception Not Found

Bite-Size C# 10 - Anonymous 'with' Expressions

Let's make our anonymous objects easier to copy using the with expression!

Bite-Size C# 10 - Global Usings

We can declutter our C# files by marking common namespaces as global!

Bite-Size C# 10 - Null Parameter Checking

We can use the ! operator to check if a method parameter is null.

The Catch Block #69 - Projects vs. Products, Bubble Sort, and Copilot Angst

Projects vs. products; FSF doesn't like Copilot; .NET and Open Source; generic Bubble Sort; and competing StringBuilder deep dives.

Bite-Size C# 10 - File-Level Namespaces

Let's reduce clutter using file-level namespaces, a feature of C# 10.

Exception Not Found © 2026