Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Three sub project contains few methods in Controller with same logic and Name. Please suggest how to Refactor and put the common methods of controller in one more new project (Shared) which will increase optimization.
let me know if more details are required.
Posted
Comments
Sergey Alexandrovich Kryukov 13-May-13 13:19pm    
The level of detail does not depend on what we may require. You are interested in some help, not the experts. So, you need get into the detail you want to get help on and make sure they are clear enough.
—SA

1 solution

Use, say, Visual Studio refactorization engine.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900