Different Between SelectMany And Select In LINQ
A Select operator is used to select values from the collection.
A SelectMany operator is used to select values from the collection of collection.
A Select operator is used to select values from the collection.
A SelectMany operator is used to select values from the collection of collection.