<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_个人博客已迁移至codinglabs.org，博客园不再更新_分类_[03]ASP.NET MVC</title><id>http://feed.cnblogs.com/blog/u/35418/category/167192/rss</id><updated>2012-06-03T20:23:28Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/category/167192.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/35418/category/167192/rss"/><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/12/04/1347381.html</id><title type="text">ASP.NET MVC小论</title><summary type="text">ASP.NET MVC作为微软官方的.NET平台下MVC解决方案，自诞生起就吸引了众多.NET平台开发人员的眼球。在经历了漫长Preview后，上个月微软终于发布了其beta版。ASP.NET MVC从一开始的设计思路就与Struts不同，它的映射是利用路由配置而非xml，从而大大降低了开发复杂度，并且比Struts要更直观，更容易上手。可是，这并不表明ASP.NET MVC就是尽善尽美的。在我实践的过程中，发现某些地方使用起来还是不太方便，在这里小小论述一下。不妥之处，还请各位尽情批评。</summary><published>2008-12-04T03:11:00Z</published><updated>2008-12-04T03:11:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/12/04/1347381.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/12/04/1347381.html"/><content type="text">ASP.NET MVC作为微软官方的.NET平台下MVC解决方案，自诞生起就吸引了众多.NET平台开发人员的眼球。在经历了漫长Preview后，上个月微软终于发布了其beta版。ASP.NET MVC从一开始的设计思路就与Struts不同，它的映射是利用路由配置而非xml，从而大大降低了开发复杂度，并且比Struts要更直观，更容易上手。可是，这并不表明ASP.NET MVC就是尽善尽美的。在我实践的过程中，发现某些地方使用起来还是不太方便，在这里小小论述一下。不妥之处，还请各位尽情批评。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/11/05/1327466.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第七篇：闲话ASP.NET MVC</title><summary type="text">本文作为《ASP.NET MVC案例教程》的完结篇，仅从个人角度，发表一些对ASP.NET MVC框架的看法。并且在最后会附上本系列文章的Demo下载。</summary><published>2008-11-05T09:04:00Z</published><updated>2008-11-05T09:04:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/05/1327466.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/05/1327466.html"/><content type="text">本文作为《ASP.NET MVC案例教程》的完结篇，仅从个人角度，发表一些对ASP.NET MVC框架的看法。并且在最后会附上本系列文章的Demo下载。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/11/05/1326655.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第六篇：拦截器</title><summary type="text">本文将对“MVC公告发布系统”的发布公告功能添加日志功能和异常处理功能，借此来讨论ASP.NET MVC中拦截器的使用方法。</summary><published>2008-11-05T01:41:00Z</published><updated>2008-11-05T01:41:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/05/1326655.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/05/1326655.html"/><content type="text">本文将对“MVC公告发布系统”的发布公告功能添加日志功能和异常处理功能，借此来讨论ASP.NET MVC中拦截器的使用方法。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/11/03/1325840.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第五篇：MVC整合Ajax</title><summary type="text">本文将从完成“输入数据验证”这个功能出发，逐渐展开ASP.NET MVC与Ajax结合的方法。首先，本文将使用ASP.NET MVC提供的同步方式完成数据验证。而后，将分别结合ASP.NET AJAX和JQuery将这个功能重构成异步形式。</summary><published>2008-11-03T14:48:00Z</published><updated>2008-11-03T14:48:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/03/1325840.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/03/1325840.html"/><content type="text">本文将从完成“输入数据验证”这个功能出发，逐渐展开ASP.NET MVC与Ajax结合的方法。首先，本文将使用ASP.NET MVC提供的同步方式完成数据验证。而后，将分别结合ASP.NET AJAX和JQuery将这个功能重构成异步形式。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/11/02/1324704.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第四篇：传递表单数据</title><summary type="text">本文将完成我们“MVC公告发布系统”的公告发布功能，以此展示在ASP.NET MVC中如何传递处理表单的数据。</summary><published>2008-11-02T04:20:00Z</published><updated>2008-11-02T04:20:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/02/1324704.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/02/1324704.html"/><content type="text">本文将完成我们“MVC公告发布系统”的公告发布功能，以此展示在ASP.NET MVC中如何传递处理表单的数据。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/11/01/1324168.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第三篇：ASP.NET MVC全局观</title><summary type="text">本文对ASP.NET MVC的全局运行机理进行一个简要的介绍，以使得朋友们更好的理解后续文章。</summary><published>2008-11-01T03:34:00Z</published><updated>2008-11-01T03:34:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/01/1324168.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/11/01/1324168.html"/><content type="text">本文对ASP.NET MVC的全局运行机理进行一个简要的介绍，以使得朋友们更好的理解后续文章。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/10/28/1321056.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第二篇：第一个页面</title><summary type="text">本文首先一步一步完成Demo的第一个页面——首页。然后根据实现过程，说明一下其中用到的与ASP.NET MVC相关的概念与原理。</summary><published>2008-10-28T02:19:00Z</published><updated>2008-10-28T02:19:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/10/28/1321056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/10/28/1321056.html"/><content type="text">本文首先一步一步完成Demo的第一个页面——首页。然后根据实现过程，说明一下其中用到的与ASP.NET MVC相关的概念与原理。</content></entry><entry><id>http://www.cnblogs.com/leoo2sk/archive/2008/10/27/1320285.html</id><title type="text">ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第一篇：准备工作</title><summary type="text">本文将简要介绍这个文章系列的目的、形式及大体内容。并且完成开始学习这个系列前所必要的准备工作。</summary><published>2008-10-27T03:27:00Z</published><updated>2008-10-27T03:27:00Z</updated><author><name>T2噬菌体</name><uri>http://www.cnblogs.com/leoo2sk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leoo2sk/archive/2008/10/27/1320285.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leoo2sk/archive/2008/10/27/1320285.html"/><content type="text">本文将简要介绍这个文章系列的目的、形式及大体内容。并且完成开始学习这个系列前所必要的准备工作。</content></entry></feed>
