Refactoring C# Code Using Visual Studio 2010

added by codegain
7/23/2011 5:09:33 AM

100 Views

In this article I am going to show you reorder parameters features in visual studio 2010. As a developer you might need to reorder parameter of a method or procedure in code for better readability of the the code and if you do this task manually then it is tedious job to do


0 comments