Chapter 9. Querying and Manipulating Data with LINQ
This chapter is about Language Integrated Queries (LINQ), language extensions that add the ability to work with sequences of items and filter, sort, and project them into different outputs.
This chapter covers the following topics:
Writing LINQ queries
Using multiple threads with Parallel LINQ
Creating your own LINQ extension methods
Working with LINQ to XML