Exception Not Found

The Catch Block #71 - Conflict, Lambdas, Updating Tests, and Defaults

In this edition: keep your tests updated; software as a product; getting prop names from lambda expressions; resolving conflict in remote teams; and default browser problems in Windows 11.

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.

The Catch Block #70 - .NET 6 Preview 7, Minimal APIs, CodeMash, and a Big Thank You

.NET 6 Preview 7; VS 2022 Preview 3; CodeMash CFP is open; Minimal APIs are pretty cool; why don't .NET devs use diagnostics?

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