Do you know how to project a nested collection? Here is a way: SelectMany is a LINQ method that supports IEnumerable and IQueryable collections and flattens sequence elements into one collection. If ...