Monday, October 7, 2013


Distinct() with lambda?


myCustomerList.GroupBy(cust => cust.CustomerId).Select(grp => grp.First());