Free mag vol1 | Page 515

CHAPTER 12  LINQ TO OBJECTS Applying LINQ Queries to Collection Objects Beyond pulling results from a simple array of data, LINQ query expressions can also manipulate data within members of the System.Collections.Generic namespace, such as the List type. Create a new Console Application project named LinqOverCollections, and define a basic Car class