March 2016
Intermediate to advanced
550 pages
10h 57m
English
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:
In the previous chapter, you wrote a few simple LINQ queries, but I didn't properly explained how LINQ works.
LINQ has several parts; some are required and some are optional:
Where, OrderBy, Select, and so on. These provide the functionality of LINQ.Read now
Unlock full access