Sample MS application for ASP.NET MVC?

南笙酒味 提交于 2019-12-04 11:16:52

问题


I am getting started with my first MVC project and want to start off on the right foot. I know the basics of how to create a quick and dirty MVC application. However, I'd like to get my hands on a resource that uses best practices for developing ASP.NET MVC applications (either a document or a sample quickstart app)

Any help is appreciated


回答1:


NerdDinner is the seminal ASP.NET MVC example. Once you've grokked that, move on to Orchard CMS for an amazing example of a totally loosely-coupled, IOC-based ASP.NET MVC app.




回答2:


NerdDinner is your best bet.

http://nerddinnerbook.s3.amazonaws.com/Intro.htm




回答3:


CodeCampServer is a reasonable sample application for some ideas and S#arparchitecture if you want a quick skeleton to build your application around.




回答4:


I loved sutekishop. I used a lot of ideas in it in my project.

http://code.google.com/p/sutekishop/




回答5:


You can also use Web Client Guidance reference application, from Microsoft Patterns and Practices team http://webclientguidance.codeplex.com/

Quote from "Overview":

The Web Client Guidance program from patterns & practices assists developers and architects with the design, development, and deployment of rich, responsive, modular, Web applications using the .NET Framework and other Microsoft technologies.



来源:https://stackoverflow.com/questions/2638529/sample-ms-application-for-asp-net-mvc

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