MVC Framework
MVC is a framework methodology that divides an application's implementation into three component roles: models, views, and controllers.
ASP.NET MVC 最佳实践向导(Best Practices )
ASP.NET MVC 是微软官方提供的一个新的开发框架,下面有一些博客帖子介绍了使用ASP.NET MVC 框架开发Web Applications的推荐最佳实践。
Part I
Part II
ASP.NET MVC 资源
中文Professional ASP.NET MVC 1.0 – Ner...
Microsoft ASP.NET MVC Beta Released!
The ASP.NET MVC Beta release provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 runtime.
Some points about the release (...
Microsoft ASP.NET MVC Preview 5 及LINQ TO SQL最新版开发示例演示(提供源码下载)
本示例程序演示如何采用 Microsoft ASP.NET MVC Preview 5 和 LINQ TO SQL 开发 Web Application。
1. ASP.NET MVC 简介
ASP.NET MVC框架是既ASP.NET WebForm...
概述
MVC模式已经出现了几十年了,在GUI领域已经得到了广泛的应用,由于微软ASP.NET MVC Framework的出现,致使MVC一度成为.NET社区的热名话题。作为MVC的变种MVP模式,也已经出现好几年了,在微软模式与实践小组提供的Web Client Software Factory (WCSF)中,给出了实现MVP模式的应用程序最佳实践,本文将试着对这两种实现比较一二。
MVC...
下面是 Microsoft 专家 Scott Guthrie 先生针对 ASP.NET MVC Framework 写的系列技术文章。
A brief Introduction to the ASP.NET MVC Framework by Scott Guthrie:
ASP.NET MVC Framework
ASP.NET MVC Framework (Part...