RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:9:30-18:00
你可能遇到了下面的问题
关闭右侧工具栏
Refactoring C# Code Using Visual Studio 2005
  • 作者:xiaoxiao
  • 发表时间:2020-12-23 10:39
  • 来源:未知

Refactoring C# Code Using Visual Studio 2005

Andrew W. TroelsenIntertech Training

July 2004

Applies to:   Microsoft Visual Studio 2005   Microsoft Visual C# 2.0

Summary: This article examines the role of code refactoring, and the refactoring techniques supported by Visual Studio 2005. (23 printed pages)

Contents

Defining the Refactoring ProcessRefactoring Support Under Visual Studio 2005Extract MethodEncapsulate FieldExtract Interface Reorder ParametersRemove Parameters RenamePromote Local Variable to Parameter Generate Method StubSummary