December 04
Symbolic Rename
Right-click on any local variable and select Rename. This will rename all appropriate instances in your code of that variable.
Symbolic Rename works with any property, class or method.
Right click on a form, and select rename. You will see the same result.
November 29
Discover which program is locking that file you want to delete with this utility
October 25
Roy Osherove has great tips about this in his website
hereSeptember 21
If you are a VB.NET 2005 fan, check this website
September 18
Fiddler is a transparent proxy that automatically adds itself to the WININET chain so that it can see every request being made. It logs those requests and the responses to allow you to see what is working and what isn't working. Tutorial and info here
August 21
Do you really know how to implement it? Check it out
here