EntLib.com 专业电子商务平台

基于Microsoft .Net Framework / ASP.Net / C# / AJAX 平台构建的标准电子商务系统
随笔 - 99, 评论 - 69, 引用 - 0

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 最佳实践向导(Best Practices )   ASP.NET MVC 是微软官方提供的一个新的开发框架,下面有一些博客帖子介绍了使用ASP.NET MVC 框架开发Web Applications的推荐最佳实践。   Part I Part II   ASP.NET MVC 资源 中文Professional ASP.NET MVC 1.0 – Ner...

posted @ 2009年9月20日 19:03 | EntLib.com 阅读 (568) | 评论 (0) | 目录 [ MVC Framework ]

Microsoft ASP.NET MVC Beta Released!

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 (...

posted @ 2008年10月17日 0:27 | EntLib.com 阅读 (1084) | 评论 (0) | 目录 [ MVC Framework ]

Microsoft ASP.NET MVC Preview 5 及LINQ TO SQL最新版开发示例演示(提供源码下载)

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...

posted @ 2008年10月1日 23:21 | EntLib.com 阅读 (2435) | 评论 (2) | 目录 [ MVC Framework ]

ASP.NET MVC Framework与WCSF中MVP模式之比较(转)

概述 MVC模式已经出现了几十年了,在GUI领域已经得到了广泛的应用,由于微软ASP.NET MVC Framework的出现,致使MVC一度成为.NET社区的热名话题。作为MVC的变种MVP模式,也已经出现好几年了,在微软模式与实践小组提供的Web Client Software Factory (WCSF)中,给出了实现MVP模式的应用程序最佳实践,本文将试着对这两种实现比较一二。 MVC...

posted @ 2008年9月2日 9:52 | EntLib.com 阅读 (1629) | 评论 (0) | 目录 [ MVC Framework ]

ASP.NET MVC Framework 系列技术文章-推荐!

下面是 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...

posted @ 2008年9月1日 23:26 | EntLib.com 阅读 (2629) | 评论 (1) | 目录 [ MVC Framework ]