Tag: Grouping
-
LINQ to Object Part #3: Grouping
Objective In this article, I am going to show, how we could achieve grouping in LINQ to object I have created two classes for my explanation purpose. Student class is having details of students and Hostel class is having details of hostel. Both classes are having a properties HostelNumber common. I will be using this…