Lecture overview -- Keyboard shortcut: 'u'  Previous page: An overview of some LINQ Query Operators -- Keyboard shortcut: 'p'  Next page: How a LINQ Query Operation works -- 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 6 : 11

LINQ Query Operations vs List<T> methods.

Many important methods in List<T> mutate the list

The similar LINQ query operations are pure functions - they return a new modified copy of the list

Go to exercise
List og Linq?