<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_酷下载 coodown.net_分类_MVC-MonoRail</title><id>http://feed.cnblogs.com/blog/u/28049/category/113904/rss</id><updated>2012-05-25T15:56:37Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/category/113904.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28049/category/113904/rss"/><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/06/16/1223348.html</id><title type="text">Monorail的一些常用的东西（验证码，分页。。。持续更新）</title><summary type="text">1.验证码的使用，我们知道，基于Castle的mvc框架开发，原来基于asp.net WebForm 模型的一些对象就不能正常使用了，不过好在框架本身也提供了天然的对应的解决方案。例如Response对象等。以往我们在asp.net WebForm模型下基于流的输出，这个对象几乎是不可或缺的，现在转到Castle MVC框架下，也有相对应的Response对象，使用上几乎和WebForm一样，所以...</summary><published>2008-06-16T13:40:00Z</published><updated>2008-06-16T13:40:00Z</updated><author><name>Awen</name><uri>http://www.cnblogs.com/Ablog-sunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/06/16/1223348.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/06/16/1223348.html"/><content type="text">1.验证码的使用，我们知道，基于Castle的mvc框架开发，原来基于asp.net WebForm 模型的一些对象就不能正常使用了，不过好在框架本身也提供了天然的对应的解决方案。例如Response对象等。以往我们在asp.net WebForm模型下基于流的输出，这个对象几乎是不可或缺的，现在转到Castle MVC框架下，也有相对应的Response对象，使用上几乎和WebForm一样，所以...</content></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/05/18/1202009.html</id><title type="text">基于Monorail的系统功能模块化 </title><summary type="text">模块化总是让人比较容易理解的，如果你的程序可以让人很容易理解，那是多么美好的事情！不论是对自己或是对别人。N层的开发让人看到了模块化的威力，这里不讨论整个系统的结构，而是细分到系统的每个功能，比如说一个网站的功能，可能有会员管理模块，有内容管理模块等等，DNN等一系列cms在这点的实现是很强大的，但是似乎真的“大”了一点。最近看了一些基于插件式的内容管理系统，不免让人觉得有...</summary><published>2008-05-18T07:21:00Z</published><updated>2008-05-18T07:21:00Z</updated><author><name>Awen</name><uri>http://www.cnblogs.com/Ablog-sunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/05/18/1202009.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/05/18/1202009.html"/><content type="text">模块化总是让人比较容易理解的，如果你的程序可以让人很容易理解，那是多么美好的事情！不论是对自己或是对别人。N层的开发让人看到了模块化的威力，这里不讨论整个系统的结构，而是细分到系统的每个功能，比如说一个网站的功能，可能有会员管理模块，有内容管理模块等等，DNN等一系列cms在这点的实现是很强大的，但是似乎真的“大”了一点。最近看了一些基于插件式的内容管理系统，不免让人觉得有...</content></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2007/12/28/1018345.html</id><title type="text">WebForm里面的MVC？</title><summary type="text"/><published>2007-12-28T05:26:00Z</published><updated>2007-12-28T05:26:00Z</updated><author><name>Awen</name><uri>http://www.cnblogs.com/Ablog-sunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ablog-sunny/archive/2007/12/28/1018345.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2007/12/28/1018345.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2007/11/26/973363.html</id><title type="text">我的monorail使用手记1（配置篇）</title><summary type="text">看了博客园里面很多关于mvc框架的文章，感觉这样的开发和编码模式和传统的asp.net是有很大的区别的，除了其优秀的mvc模式，还有其页面的生命周期！我们知道asp.net的生命周期是很复杂的，这对性能也会造成一定的影响，而且它通过viewstate来保存状态，也是让人有些不爽的地方！呵呵，好了，胡说八道完了，该说说主角了！微软公司已经放出话来会放出mvc框架，那么作为asp.net的忠实粉丝，也...</summary><published>2007-11-26T15:29:00Z</published><updated>2007-11-26T15:29:00Z</updated><author><name>Awen</name><uri>http://www.cnblogs.com/Ablog-sunny/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ablog-sunny/archive/2007/11/26/973363.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2007/11/26/973363.html"/><content type="text">看了博客园里面很多关于mvc框架的文章，感觉这样的开发和编码模式和传统的asp.net是有很大的区别的，除了其优秀的mvc模式，还有其页面的生命周期！我们知道asp.net的生命周期是很复杂的，这对性能也会造成一定的影响，而且它通过viewstate来保存状态，也是让人有些不爽的地方！呵呵，好了，胡说八道完了，该说说主角了！微软公司已经放出话来会放出mvc框架，那么作为asp.net的忠实粉丝，也...</content></entry></feed>
