Saturday, July 17, 2004

Refactoring in Whidbey


Refactoring in Whidbey









Code refactoring means restructuring your code so that the original
intention of the code is preserved.

Example of code refactoring is extracting a block of code and placing it
into a function for more efficient code reuse. In Visual Studio .NET 2005
(codenamed Whidbey), a code refactoring engine is built in.


Read more here..



MSDN has also posted a good article on Refactoring for C# Code Using
Visual Studio 2005 that introduces the concept of refactoring and covers many of
the techniques that are supported in the new IDE.




Regards,
Mitesh Mehta
Microsoft Certified Professional
miteshvmehta@gmail.com


No comments: