http://www.hanselman.com/blog/content/radiostories/2003/09/09/scottHanselmansUltimateDeveloperAndPowerUsersToolsList.htmlToday there was a post in the Portland Oregon .NET user group list about code generators and other utilities for .NET. A member suggested browsing this list of utilities. Some really handy utilities in the list. Some I know and some I do not.
One utilitied called "Which" looks handy. It will tell you which exe is first in the system path. There have been numerious times that a debug copy of a program was somewhere in the path and was executing instead of the version I thought was executing.
Another simple but handy utility is Whos Locking that displays what program is locking a given dll your are trying to replace.
AutoRuns is a program from SysInternals that checks all the different places that automatically run programs when you boot your machine.
There are many more utilities listed. I am sure that when I get a little free time, I will be going through the list in more detail to add to my collection :)