Further reading
You can find more information about the materials discussed in this chapter by reading the following resources:
- Switch Expressions: https://learn.microsoft.com/en-US/dotnet/csharp/language-reference/operators/switch-expression
- Differences between .NET Collection Interfaces: https://newdevsguide.com/2022/10/09/understanding-dotnet-collection-interfaces/
- Query Syntax and Method Syntax in LINQ: https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/query-syntax-and-method-syntax-in-linq
- Explore Ranges of Data: https://learn.microsoft.com/en-us/dotnet/csharp/tutorials/ranges-indexes
- Arrow Functions and the Lambda Operator: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-operator