Exception Not Found

Bite-Size .NET 6 - Chunk() in LINQ

Let's divide big collections into groups of smaller collections using the new Chunk() method in LINQ!

Bite-Size .NET 6 - DateOnly and TimeOnly

Learn about DateOnly and TimeOnly, structs that are new in .NET 6, and how they are used!

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