Filtering and Managing Data Collections using LINQ - 22
(4)
Building on the work from the previous lesson on generic collections, in this lesson we discuss how Structured Query Language provides a means of working with sets (collections, groupings, etc.) of data. Similarly, the LINQ syntax provides a simple way of working with groups of data in generic…