ASP.NET MVC应用值得学习。

发布于 2024-11-26 13:25:56 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

断念 2024-12-03 13:25:56

网上的基本示例包括 NerDinnerMvcMusicStore。您可以获得有关它们的来源和解释。但它们不足以构建现实生活中的项目。它们只是很好的起点。我推荐阅读书籍 - Steven sanderson 的 Pro asp.net mvc 3,订阅 asp.net mvc 博客(由 Brad Wilson、Scottgu、Steven Sanderson、Scott Hanselman、Phill Haack 等人撰写),了解社区工具 - Brandon Satrom 的 mvc 截屏视频系列。另请注意,模块可扩展性、模板化和 REST API 层是需要学习的非常独立的东西。 ASP.NET mvc 与所有那些可以帮助您进行开发的 jQuery 和 http 库集成得很好。请阅读 MEF 了解可扩展性。我建议 REST 层使用 WCF Web API

The basic examples that there're on the net include NerDinner and MvcMusicStore. You can get sources and explanations about them. But they're not enough for building real life projects. They're just good starting points. I would reccomend reading books - Pro asp.net mvc 3 by steven sanderson, subscribe to asp.net mvc blogs(those by Brad Wilson, Scottgu, Steven Sanderson, Scott Hanselman, Phill Haack and others), read about community tools - mvc screencast series by Brandon Satrom. Also, note that module extensibility, templating and REST API layer are far standalone things to learn. ASP.NET mvc integrates greatly with all those jQuery and http libraries that could help you in development. Read about MEF for extensibility. I would reccomend WCF Web API for the REST layer

沉溺在你眼里的海 2024-12-03 13:25:56

看看书呆子晚餐。与现场示例互动。它比“Hello ASP.NET MVC”应用程序重一点。

这是面向旧版本的 ASP.NET MVC,因此您会失去一些 v3 功能,如 Razor,但从概念上讲,这将是一个有用的起点

源代码可在codeplex

链接到相关“专业 ASP.NET MVC 2”的示例章节

Take a look at Nerd Dinner. Interact with the live example. It's a bit heavier than an "Hello ASP.NET MVC" application

This is geared towards older versions of ASP.NET MVC so you lose some of the v3 features like Razor, but conceptually it would be a helpful starting point

Source code is available at codeplex

Link to related Sample Chapter of "Professional ASP.NET MVC 2"

深海少女心 2024-12-03 13:25:56

我其次考虑的是 nopCommerce 2.0。学习 ASP.NET MVC 的问题在于,尽管有很多关于架构、工具和方法的材料,但很难找到一个应用了所有正确的架构、工具和方法的项目并从中学习。

NopCommerce 2.0 于本月发布测试版,是极少数组织良好的 ASP.NET MVC 开源项目之一。它具有插件功能,因此您只需抛出一个模块 dll 即可使其工作。它具有处理主题的良好基础设施。它已实施博客/论坛。我读到一篇文章,有人成功地与其他系统(例如 CMS)集成。

由于这是一个相当大的项目,一开始检查它的代码可能会让人不知所措,但我可以告诉你,一切努力都是值得的。

I second to looking at nopCommerce 2.0. Problem with learning ASP.NET MVC is that although there are lots of materials on architecture, tools and methods, it's hard to find and learn from a project that applies all the right architecture, tools and methods.

NopCommerce 2.0, released as a beta in this month, is one of very very few well-organized ASP.NET MVC open source projects. It has a plug-in functionality so that you can just throw a module dll to make it work. It has good infrastructure for dealing with themes. It has blogs/forums implemented. I read a post that someone successfully integrated with other systems such as CMS.

Since it is rather a large project, examining its code might be overwhelming at first, but I can tell you every effort will be worth.

最单纯的乌龟 2024-12-03 13:25:56

查看 Orchard 项目源代码。

Take a look at the Orchard Project source code.

海风掠过北极光 2024-12-03 13:25:56

查看 Xenta Framework 项目。

Take a look at the Xenta Framework project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文