This article first appeared at KillAllDefects on January 21st, 2020. Let’s talk about how LINQ’s GroupBy method makes grouping data in C# easy. We’ll start basic and then go over every available…
LINQ
-
-
This post first appeared at KillAllDefects on January 27th, 2020 In this article, I’ll walk through the various overloads and usages of LINQ’s SelectMany methods. SelectMany is in many ways the opposite of GroupBy which…