How can I change the default namespace used when you create a new class in Visual Studio?
Background: My solution has a project MyCompany.MyProject.Domain in which I
To change the default namespace:
Right click on the project, go to properties and under the 'Application' tab there is a 'Default namespace' field.
Note that this doesn't answer your exact question though, it depends on your folder. You basically you need to rename that folder to 'Model'.