ASP.NET MVC官方网站
MVC 社区网站
MVC 搜索引擎
MVC 结构综述
MVC 101 Video
MVC Request 周期
MVC Routing
- First tutorial on the subject
- Store routes in the database
- Store routes in the web.config
- Upcoming changes to routes
MVC 界面 UI
- 分页pagination view user control
- UI 帮助方法 (Helper Methods) Automatically map to your controller classes
- 使用component controller class
- 部分视图 "Partial View" that you can provide with variable-based parameters
- 正确使用控件 ASP.NET user controls appropriately in an MVC application
MVC + AJAX:
MVC + ASP.NET Membership:
MVC + IIS 5/6
MVC Security
REST
- REST定义 - Wikipedia
- How I Explained REST to My Wife
- Illustrates on the concepts of REST in MVC
- ASP.NET MVC in the context of REST
- Build your site once and make it readable.
MVC Validation
MVC 测试Testing
- ASP.NET MVC Framework – Part 2: Testing
- TDD while building an MVC application
- Testing controller actions.
其他
- RSS feed with the new ASP.NET MVC Framework.
- 错误处理Build action filters to handle errors.
- 缓存和压缩 Caching and compression.
- 开源项目MVC Contrib , docmentation and features and Code Camp Server.
-
HydrogenCMS Released
http://gravitycube.net/blog/post/HydrogenCMS-Released.aspx
HydrogenCMS 是一个全功能的、低要求的、开源的CMS,它使用 asp.net mvc, linq2sql, linq2xml, 还有 BlogEngine, Kigg的一些优点. -
ViewData "dot" Notation Expressions in ASP.NET MVC
http://blog.eworldui.net/post/2008/05/ViewData-quot3bdotquot3b-Notation-Expressions-in-ASPNET-MVC.aspx -
ASP.NET MVC - Localization Helpers
http://blog.eworldui.net/post/2008/05/ASPNET-MVC---Localization.aspx -
ASP.NET MVC Tips
http://weblogs.asp.net/stephenwalther/archive/tags/Tips/ASP.NET+MVC/default.aspx
作者Stephen Walther是微软的一位项目经理,负责http://www.asp.net/网站中ASP.NET MVC部分的内容。这是一个系列的文章,关于ASP.NET MVC的一些技巧。对ASP.NET MVC有兴趣的朋友可关注. -
http://blog.wekeroad.com/mvc-storefront/
这是Rob Conery的个人网站,他采用了Asp.Net MVC做了一个Demo, 不仅在codeplex上提供了这个项目的源代码,还提供了15个视频,这些视频的内容包括从项目的构思、到设计、再到实现和重构的一个完整的过程。
MVC 书籍