I am trying to write a LINQ query on a collection of a complex type. I want to write a distinct query on this collection for a combination of two fields.
I don't think Lambda expression support piping of Distinct(f=>f.propertyname). Wish it did. Anyone used a simpler implementation then using a Comparer?