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 build useful string extension methods like ToDelimitedList and Excerpt. Plus: .NET 5.0 has launched!
Let's query some C# collections using LINQ and a bunch of new keywords!
Let's learn about arrays, lists, ranges, indices, List