Lecture overview -- Keyboard shortcut: 'u'  Previous page: LINQ Query Operations vs List<T> methods. -- Keyboard shortcut: 'p'  Next page: Deferred Execution -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    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>.

reproductions.cs
Reproduction of some central query operations.
using-reproductions.cs
Using the reproduced query operations.
It is possible to program the fundamental query operations in a simple and straightforward way