Chapter 5. Querying Any Collection Easily with LINQ
After having a discussion on delegates, lambda expressions, and extension methods, we are now ready to continue our discussion about LINQ. In this chapter, we will delve into LINQ, which is essential in composing functional code. Here, we will discuss the following topics:
- Introducing LINQ Queries
- Understanding deferred execution in LINQ
- Comparing LINQ fluent syntax and LINQ query expression syntax
- Enumerating LINQ operator