In this chapter, we talked about using LINQ to group related results. You created a student class and defined fields, made a list of students, grouped names, and finally, displayed the grouped results.
In the next chapter, you will learn how to use LINQ to write queries that join different result sets or different data sets.