structure a large project software with MVC [closed]

允我心安 提交于 2021-01-27 10:30:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!