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 your class library projects
- what namespaces do you typically have
- do you have multiple namespaces per project/assembly or do you have a strict 1:1 relation
- etc.
Thanks