In this chapter, you learned about tuples, which are basically collections of several values. You made a list with a tuple, returned tuples, and summarized a list.
In the next chapter, we will talk about using LINQ to group related results. Grouping is a fundamental thing that you do in databases to categorize results.