Lecture overview -- Keyboard shortcut: 'u'  Previous page: Basic LINQ Examples -- Keyboard shortcut: 'p'  Next page: LINQ Query Operations vs List<T> methods. -- 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 5 : 11

An overview of some LINQ Query Operators
See the extension methods in the generic interface System.Collections.Generic.IEnumerable<T> and, even better, in the static class System.Linq.Enumerable