- Is there a way to automatically set the namespaces for classes according to a new folder structure, project-wide, so that refactored folders and files align with the default convention of
namespace project.folder.subfolder
within Visual Studio 2010?
- After restructuring a project, and changing the namespaces, is there a facility to adjust the using code lines automatically, project-wide with the new namespaces?