C#C# · Lesson 3 of 9
Control Flow
C# control flow is classic C-family. The highlight is pattern matching in switch statements, which is genuinely one of C#'s best features.
◆ Note
LINQ (Language Integrated Query) is one of C#'s most powerful features. It lets you query collections (and databases, and XML) using a uniform syntax. Learn it — you'll use it constantly.
LINQ (Language Integrated Query) is one of C#'s most powerful features. It lets you query collections (and databases, and XML) using a uniform syntax. Learn it — you'll use it constantly.