Bite-Size .NET 6 - Chunk() in LINQ
Let's divide big collections into groups of smaller collections using the new Chunk() method in LINQ!
Let's divide big collections into groups of smaller collections using the new Chunk() method in LINQ!
Learn about DateOnly and TimeOnly, structs that are new in .NET 6, and how they are used!
In C# 11, we might be able to make class properties required, and have the compiler throw errors if they are not included.
Let's simplify class properties using the new field keyword!
We can make our code a bit more concise by using interpolated strings ($) on const strings!