Refactoring project structure in Visual Studio 2012 -


say have class library project feel getting large , unwieldy , want break out smaller class library projects easier distribution , deployment. there way in vs2012 use refactor capability accomplish seamlessly?

so example assembly has io package want move it's own project, right might be:

myassembly.io.readers myassembly.io.writers etc 

and want refactor references have in different project (e.g. myiospecificassembly). there easy way this? thanks

with resharper, drag-n-drop file project (while holding shift move instead of copy), use adjust namespaces refactoring.

resharper has various other refactorings might useful in context, such moving type file, folder or namespace.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -