问题
I'm building a big project with MVC, the best way division of its structure, including Backend and customers. I can make a sample project with product management. The development experts can help me? Link related
回答1:
There is no true or false answers to this question. However, i would strongly recommend to read the following posts for a better thought:
1) Is ASP.NET MVC a bad choice for a large enterprise project?
2) Project structure recommendation for an opensource asp.net mvc project
3) Enterprise ASP.NET MVC 3 architecture outline
4) Best practices for setting up an “enterprise” project in Visual Studio?
回答2:
I also sometimes struggle on where to put certain things in my project solution. I normally go through the source code of a couple of open source projects like Kigg, Shrinkr, Orchard CMS, Nop Commerce, etc. and try to implement a solution structure similar to how these guys did it. The developers working on these solutions are professionals and know what's best for them.
Each project is different and should be structured accordingly. I like the way how Kigg was structured, it is plain and simple and easy to understand, I propose that you have a look it it.
Download the source of these projects, browse and work through the code and see how they did things.
All the best :)
来源:https://stackoverflow.com/questions/11030794/structure-a-large-project-software-with-mvc