Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
7k views

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 ...
7
votes
4answers
2k views

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... ...
7
votes
3answers
1k views

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, ...
2
votes
1answer
125 views

Namespaces, Folders, and Redundancy, Oh My! Folder structures untangled?

Yeah, I've looked around at some of the existing posts Grouping of project files into folders/namespaces Namespaces and folder structures in c# solutions: how should folders on disk be organised? ...
0
votes
2answers
189 views

How to structure WCF web service solution so it would be easy to develop and host in different ways?

I'm about to start building WCF web service, and i would like to structure solution in such way that is would be: Easy to develop - i would like so that developers on my team could just get sources, ...