Software development stuff.

2011-08-31

Visual Studio Macro: Locate Item in Solution Explorer

This is a great macro that allows you to locate the current file in edition on the Solution Explorer:
Visual Studio Macro: Locate Item in Solution Explorer on Demand « Critical Development:

2011-08-05

Using WinMerge with Team Explorer and TFS

Nice page explaining how to change the default file compare on Visual Studio Team Explorer:

2011-08-03

WCF and error serializing enums

I had a similar problem as described here: WCF error caused by a serialisation issue
The exception thrown was too generic: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:00:59.7490000'
The best way to go to find reasons for problems not explicitly shown by WCF exceptions is to use the Trace Viewer described in this thread.
Exception was all in the log generated by the server side of WCF.