When you started using LINQ, did you think it looked like SQL? I did.
The more I learned LINQ, the more I realized it wasn’t anything like SQL. Take grouping, for example. Because LINQ has a group by statement, and it looks like SQL, I assumed that the syntax for grouping in LINQ would be just [...]
Lesen Sie den vollständigen Eintrag unter http://richardbushnell.net/index.php/2008/02/08/how-to-use-grouping-in-c-linq-syntax/