0
kicks
Sort on multiple values with LINQ
With LINQ sort a collection with complex objects gets even easier than it was before. Simply use the OrderBy method of IEnumerableT. To sort on multiple values calling the GroupBy multiple times won't work! The answer is ThenBy.