Skip to content

Latest commit

 

History

History
120 lines (87 loc) · 6.86 KB

Ch10.md

File metadata and controls

120 lines (87 loc) · 6.86 KB

Chapter 10 Examples

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

Query Expressions

Deferred Evaluation

LINQ, Generics, and IQueryable<T>

Standard LINQ Operators

Filtering

Select

SelectMany

Chunkining

Ordering

Specific Items and Subranges

Aggregation

Set Operations

Whole-Sequence, Order-Preserving Operations

Grouping

Joins

Conversion