Tuples and Anonymous Types - C# in Simple Terms
Two different ways to group values without needing an entire class.
Two different ways to group values without needing an entire class.
Let's make types that use other types!
Let's query some C# collections using LINQ and a bunch of new keywords!
Let's learn about arrays, lists, ranges, indices, List
Let's learn how to create, throw, catch, re-throw, and handle exceptions in C#!