Exercise index of this lecture   Alphabetic index   Course home   

Exercises
An Introduction to LINQ


16.1   List og Linq?  

Get some practical experience with the List and LINQ operations described on the accompanying slide.

You may, for instance, activate the operations on a simple collection of numbers.

Be sure to understand the difference between an imperative solution (the state of the collection is affected, the collection is mutable) and a functional solution (the collection is not modified, immutable).

 


Generated: Monday February 7, 2011, 12:24:48