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 Professionalmiteshvmehta@gmail.com
Saturday, July 17, 2004
Refactoring in Whidbey
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment