Power of Lambda Expressions

added by jazsaini
2/17/2011 11:52:27 AM

121 Views

Just trying to justify how powerful lambda expressions are and I just love em.Say I have a table called orders and I want to display records from orders table grouped by country and then I want to project the result of first groupby operation into another group by where I group postal code by city in a country.


0 comments