Refactoring tools in Visual Studio

Refactoring tools in Visual Studio

چگونه از ابزاری که به منظور Refactor  در Visual Studio موجود است استفاده نماییم؟
http://www.agileprogrammer.com/uploads/bradwils/red_2Dgreen_2Drefactor.png

Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a ‘refactoring’) does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it’s less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring.

منبع : Refactoring

برای این منظور می توانید از لینک های زیر که حاوی فیلم آموزشی نحوه استفاده از ابزار Refactoring در Visual Studio می باشد ,  مراجعه نمایید :
یاشیاسیز