March 2016
Intermediate to advanced
550 pages
10h 57m
English
You must import the System.Linq namespace to make the LINQ extension methods available and reference a LINQ provider assembly for the type of data that you want to work with.
The Select method allows projection (selection) of properties.
The Where method allows filtering by supplying a delegate (or lambda expression) that returns a Boolean to indicate whether the value should be included in the results.
Max, Min, Count, Average, Sum, and Aggregate.
Read now
Unlock full access