Chapter 12. Queries That Perform Aggregation Functions
In this chapter, we will explore LINQ further. Specifically, we'll look at the power of LINQ to perform, for example, aggregation functions like averaging, summation, counting, and so on. Also, we'll talk about lists of lists, which is a very practical thing.