Skip to content

Latest commit

 

History

History
97 lines (72 loc) · 5.79 KB

Ch10.md

File metadata and controls

97 lines (72 loc) · 5.79 KB

Chapter 10 Examples

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

Query Expressions

Deferred Evaluation

LINQ, Generics, and IQueryable<T>

Standard LINQ Operators

Filtering

Select

SelectMany

Ordering

Specific Items and Subranges

Aggregation

Grouping

Conversion