是否有一个用于学习目的的完美/模型 ASP.Net 网站?
我正在寻找一个用 ASP.Net 编写的“模型”网站/应用程序,它说明了当前架构、设计、代码等的最佳实践,可以用作开发蓝图?
我正在 ASP.Net Webforms 工作,但想进入 MVC,因此非常欢迎来自这两个领域的示例。
谢谢。
I'm looking for a 'model' website/application written in ASP.Net that illustrates current best-practices of architecture, design, code etc. that could be used as a blueprint for development?
I'm working in ASP.Net webforms, but would like to get into MVC so examples from both would be very welcome.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 MVC,书呆子晚餐 可能值得一看,它附带了 185 页的 pdf 代码演练和屏幕截图。我认为它是作为 ASP.NET MVC 1.0 这本书的示例而构建的。
斯科特·格思里的博客
Nerd Dinner might be worth a look for MVC, it comes with a 185 page pdf walkthough of the code with screenshots. I think it was built as an example for the book ASP.NET MVC 1.0.
There's a bit more info on Scott Guthrie's blog
您可以拥有一个同时使用 ASP.NET MVC 和 ASp.NET Webforms 的网站。谷歌一下,你会发现几十个样本。但是,如果您想查看如何在 ASp.NET Webforms 项目中实现 MVC 模式* 的示例,请查看:http://www.codeproject.com/KB/aspnet/mvcwebforms.aspx
You can have a web site that uses ASP.NET MVC and ASp.NET Webforms at the same time. Google it and you'll find dozens of samples. But if you weant to see an example of how to implement MVC Pattern* in ASp.NET Webforms projects, take a look at: http://www.codeproject.com/KB/aspnet/mvcwebforms.aspx
很难找到完整的最佳开源 asp.net MVC 站点。以下是超出初学者概念的内容。
It is very hard to find full blown best open source asp.net MVC sites. Here's the ones that go beyond beginner concepts.