Tag Archives: lambda expression
Group By, With Lambda Syntax
Last week, we explored Group By using query syntax. I also provided a hint as to what the Group By will look like when formulated using Lambda Expressions. I have modified the test case a little, because If I were to merely pull out the Key and Count, that would bore me to death. We will perform…