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 OperatorsGrouping OperatorsCustom Sequence OperatorsRestriction Operators |
Query ExecutionJoin OperatorsPartitioning OperatorsOrdering OperatorsSet Operators |
Conversion OperatorsElement OperatorsGeneration OperatorsQuantifiersAggregate OperatorsMiscellaneous Operators |
Anything wrong or inaccurate? Use the comment field on the blog post