solution-structure

Namespaces and folder structures in c# solutions: how should folders on disk be organised?

First off, let’s agree that namespace should match folder structure and that each language artefact should be in its own file. (see http://stackoverflow.com/questions/4664/should-the-folders-in-a-solution-match-the-namespace ). The next question is how the folders should actually be organised on disk. Suppose I have ClassC in the A...

What's your typical structure of an ASP.NET solution?

As the title says, I'm interested to know how you typically structure your ASP.NET solutions. I'm especially interested in ASP.NET WebSite solutions, but information abut other types (WebApplication, MVC) might be interesting as well. Some specific questions: what/how many projects/assemblies does the solution contain how do you name...

ASP.net MVC project structure

Hi guys I have created the following project structure for my new asp.net mvc project any I was after some feedback as how other people are structuring their projects and if I would improve mine... Here is what I have so far: +Assets -+Images -+Scripts -+Stylesheets -+... 'More things like the above here +Controllers ...