摘要: 概述 MVC模式已经出现了几十年了,在GUI领域已经得到了广泛的应用,由于微软ASP.NET MVC Framework的出现,致使MVC一度成为.NET社区的热名话题。作为MVC的变种MVP模式,也已经出现好几年了,在微软模式与实践小组提供的 Web Client Software Factory中,给出了实现MVP模式的应用程序最佳实践,本文将试着对这两种实现比较一二。 MVC(Model-... 阅读全文
posted @ 2011-05-24 23:43 一叶浮萍 阅读(255) 评论(0) 推荐(0) 编辑
摘要: This article is targeted as support for Catharsis framework knowledge base. It describes the MVC design pattern, compares it with MVP in the ASP.NET world. Sources The Catharsis framework articles: ht... 阅读全文
posted @ 2011-05-24 23:21 一叶浮萍 阅读(476) 评论(0) 推荐(0) 编辑
摘要: The Unity IoC Container can be used in your ASP.NET Web Applications to provide dependency injection, especially when using Model-View-Presenter. There are several ways that one can use Unity to wire-... 阅读全文
posted @ 2011-05-24 22:54 一叶浮萍 阅读(403) 评论(0) 推荐(0) 编辑