Lecture overview -- Keyboard shortcut: 'u'  Previous page: LINQ Concepts -- Keyboard shortcut: 'p'  Next page: Basic LINQ Examples -- 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 3 : 11

Map, filter, and reduce
Classical wisdom from functional programming on lists: A large set of problems can be solved by mapping, filtering, and reduction.