Posted on: 9/24/2008 5:00:00 PM | Views : 903

Whilst refactoring code, it is often necessary to change the name of an identifier for a type, method, property or variable. Any name changes must then be reflected throughout the solution. This process is made simple with Visual Studio's Rename command.

...

Go to the complete details ...