Refactoring C# Code Using Visual Studio.NET 2005 - Refactoring Tools - Resharper and C# Refactory Tool - C# Refactoring

A good article just put on MSDN about refactoring support for C# in Visual Studio.NET 2005.

This is a really good article, particularly if you don't know anything about refactoring.

The article discusses the following information:

  • Defining the Refactoring Process
  • Refactoring Support Under Visual Studio .NET 2005
  • Extract Method
  • Encapsulate Field
  • Extract Interface
  • Reorder Parameters
  • Remove Parameters
  • Rename
  • Promote Local Variable to Parameter
  • Generate Method Stub

Read the article here.

If you are interesting in looking at some refactoring tools now, you can certainly look at the following tools, but at this point it may be worth waiting for Visual Studio.NET 2005:

Resharper - From JetBrains. ReSharper is an add-in for Visual Studio .NET 2003 that brings intelligent C# code editing, highlighting and refactoring features to Visual Studio.  Still yet to be released as of this post.

C# Refactory - C# Refactory performs a large number of refactorings, allowing you to re-shape your c-sharp code as needs arise. Refactoring is an essential part of the extreme programming development approach. C# refactory enables you to automate many refactorings thus increasing the reliability and speed with which you can refactor your c-sharp code.

 

posted on Saturday, July 10, 2004 6:20 AM

Main

News

Green Tea

.NET Development

Enterprise Library

Patterns & Practices