LINQ Queries

Chaining methods

First FirstOrDefault Last LastOrDefault Single and SingleOrDefault

Except

SelectMany

Any

JOINS

0Skip and Take

Zip

09Defining a variable inside a Linq query let keyword

Range and Repeat

All

Basics

Aggregate

Distinct

SelectMany Flattening a sequence of sequences

Query collection by type cast elements to type

GroupBy

Enumerating the Enumerable

Where