LINQ 101 Samples - Lambda Style

This compilation is based on the 101 LINQ Samples by Microsoft. The same source code is the foundation for this compilation, but with all queries converted to Lambda-style LINQ queries. Resharper's "Convert to LINQ Metohds chain" function was used to help with this conversion.

The source code in this compilation is licensed under Microsoft Limited Public License (MS-LPL)

Projection Operators

Grouping Operators

Custom Sequence Operators

Restriction Operators

Query Execution

Join Operators

Partitioning Operators

Ordering Operators

Set Operators

Conversion Operators

Element Operators

Generation Operators

Quantifiers

Aggregate Operators

Miscellaneous Operators

Anything wrong or inaccurate? Use the comment field on the blog post