Skip to content

Latest commit

 

History

History
113 lines (82 loc) · 6.4 KB

Ch10.md

File metadata and controls

113 lines (82 loc) · 6.4 KB

Chapter 10 Examples

Examples from Chapter 10 (LINQ) of Programming C# 8.0 (O'Reilly).

Query Expressions

Deferred Evaluation

LINQ, Generics, and IQueryable<T>

Standard LINQ Operators

Filtering

Select

SelectMany

Ordering

Specific Items and Subranges

Aggregation

Set Operations

Whole-Sequence, Order-Preserving Operations

Grouping

Joins

Conversion