An Introduction to LINQ
- slide 7 : 11
How a LINQ Query Operation works
LINQ Query Operations are
extension methods
in the generic interface
IEnumerable<T>
.
Reproduction of some central query operations.
Using the reproduced query operations.
It is possible to program the fundamental query operations in a simple and straightforward way