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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 7 : 11
Object-oriented Programming in C#
An Introduction to LINQ
How a LINQ Query Operation works

LINQ Query Operations are extension methods in the generic interface IEnumerable<T>.

/user/normark/oop-csharp-1/sources/c-sharp/linq/reproductions.csReproduction of some central query operations.


/user/normark/oop-csharp-1/sources/c-sharp/linq/using-reproductions.csUsing the reproduced query operations.


It is possible to program the fundamental query operations in a simple and straightforward way