OBS: download the application please visit www.mrbool.com/player
Title: VS.Net 2008 IDE Refactoring
Duration: 22:26 min
Summary: This lesson will show how to do Refactoring using Visual Studio 2008 IDE.
Methodology of the development of example: Refactoring is the process of improving your code after it has been written by changing the internal structure of the code without changing the external behavior of the code. VS2008 IDE provide some refactoring smartly to Extract Method, Rename, Encapsulate Field, Extract Interface, Promote Local Variable to Parameter, Remove Parameters, Reorder Parameters. This lesson will show how to do Refactoring using IDE by creating a Console Application.
Technologies Used: Framework 3.5, VS 2008.
Examples constructed: By Creating a new console application and apply refactoring smartly to Extract Method, Rename, Encapsulate Field, Extract Interface, Promote Local Variable to Parameter, Remove Parameters, Reorder Parameters.
Keywords: VS.Net 2008, Refactoring.