Exception Not Found

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!

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.

Exception Not Found © 2026