This is something that I’m surprised isn’t included in the framework out of the box. When using the Distinct Query operator, one of the overloads takes an IEqualityComparer<T> instance. There is friction in creating a separate IEqualityComparer<T> implementation for every object you want...
I finally got some hands on time with Windows Azure. No I don't mean using the SDK and the Hands-on Labs that you can get from the Azure Developer Center on MSDN. (You have downloaded them already haven't you?) I mean my application is actually running, in the cloud, as I type. For right now...
Basically, I wanted to build a method that gets an object from a data context whatever the primary key may look like, and whatever type that object may be. I wrote this code a little while ago when I was exploring the DynamicData libs. I was checking out some of the code in the libs, and noticed a very...