dotnet / try-samples

Creative Commons Attribution 4.0 International
1.09k stars 624 forks source link

[LINQ]: Reductions #19

Open BillWagner opened 5 years ago

BillWagner commented 5 years ago

The LINQ tutorial represents all new content. This is the third module, which covers the methods that produce a single value from a sequence (Max, Min, First, Last, etc)

The issues created for the [LINQ] module are preliminary, and the precise content may change as the tutorial is developed. This initial breakdown is intended to help scope the effort for each tutorial.