<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_裤裆网 coodown.net</title><subtitle type="text">Android 安卓 symbian 塞班 java 软件下载 游戏下载 手机主题下载 智能机下载</subtitle><id>http://feed.cnblogs.com/blog/u/28049/rss</id><updated>2011-12-14T12:14:09Z</updated><author><name>Awen</name><uri>http://www.cnblogs.com/Ablog-sunny/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28049/rss"/><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/11/10/1331019.html</id><title type="text">asp.net插件实现</title><summary type="text">还记得我在博客园第一篇博客就是学习委托和事件的学习笔记，呵呵，转眼已经在博客园待了一年多了,学到的东西确实是很多，感谢博客园里面辛勤写博的各位，给我们带来了宝贵的学习资料，传递着分享知识和技术的快乐。  入正题，一直以来我都在寻求基于asp.net的插件的实现方式，有试过动态加载用户控件实现，感觉有些沉重，苦思很久，偶然之间想到了第一篇笔记，原来苦苦得寻求，却在灯火阑珊处，呵呵。其实插件主要是提供...</summary><published>2008-11-10T15:05:00Z</published><updated>2008-11-10T15:05: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/11/10/1331019.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/11/10/1331019.html"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/09/02/1281954.html</id><title type="text">一些顶级的设计站点（陆续更新）</title><summary type="text">http://abduzeedo.com/http://www.webdesignerwall.com/tutorials/css-decorative-gallery/http://www.noupe.com/best-of/websites-you-shouldnt-have-missed-in-august.html 模板http://www.buytemplates.net/templat...</summary><published>2008-09-02T04:48:00Z</published><updated>2008-09-02T04:48: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/09/02/1281954.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/09/02/1281954.html"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/08/19/1271084.html</id><title type="text">asp.net定时任务实现（原创）</title><summary type="text">定时任务一般都是要有个定时器来定时触发任务的，在.net下也有几个选择，如System.Timers.Timer 等，代码示例[代码]然后可以选择在自定义HttpModule的Init方法或者Globals.aspx中的Application_OnStart中调用定时器。实现也很雅观，不过俺想到了另外一种方法，应该有人用，但是好像还没看到这样用的，呵呵，发出来探讨探讨，呵呵那就是利用cache的缓...</summary><published>2008-08-19T05:33:00Z</published><updated>2008-08-19T05:33: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/08/19/1271084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/08/19/1271084.html"/></entry><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"/></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在这点的实现是很强大的，但是似乎真的&amp;#8220;大&amp;#8221;了一点。最近看了一些基于插件式的内容管理系统，不免让人觉得有...</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"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/05/17/1201592.html</id><title type="text">SubSonic:我想要的动态查询</title><summary type="text">以旁观的态度看了Linq to sql 很久了，没有之际运用的机会，表达式的语法很优美，易用性更是没话说，性能也没什么大问题，只是目前的开发工作始终是面向2.0，似乎升级的可能性很小，不可否认现在很多公司还用1.1开发，asp.net mvc框架亦如此，感觉还是monorail比较靠近自己。无论怎么说，日常的开发工作总是要面对一些重复的代码劳动，于是就有了代码工人的说法。不可否认，中小型程序开发，基本上很大部分都是基于数据驱动的开发，我们有了数据库，我们写代码，完工。好吧，既然这样我选择先当一名会取巧的工人，也就是会偷懒啦。好拉，说了那么多，下面这个东东，基本满足了我的要求。&#xD;</summary><published>2008-05-17T14:14:00Z</published><updated>2008-05-17T14:14: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/17/1201592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/05/17/1201592.html"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/05/17/SubSonic_1.html</id><title type="text">SubSonic：亚音速之光</title><summary type="text">SubSonic 是一个基于.Net框架的中小型网站开发的构建器，为什么称为构建器，因为它提供了解决网站大部分重复代码的Coding方案，并且通过vs IDE的外部工具的支持，提供了界面化操作，极大地提高了Web开发的速度，所以其有.Net上的rail的美称！那到底是什么的东东呢？从官方首页的图我们应该可以很明显的看出这个框架的意图.</summary><published>2008-05-17T04:44:00Z</published><updated>2008-05-17T04:44: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/17/SubSonic_1.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/05/17/SubSonic_1.html"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/04/19/1161369.html</id><title type="text">一个顶N个的NextResult</title><summary type="text">在大多数网站的开发中，很多功能都是模块化了的，方便统一和管理，用户控件显然是个不错的选择！我们常常会有很多栏目，封在用户控件里面，都是用来读取每个栏目的记录，每个控件的数据读取都是独立的，也就是说，这个页面有多少个这样的用户控件，就要建立多少个数据库连接，非常耗费资源！虽然用户控件可以用缓存，但是毕竟效率没有一次性读取的效率高！所以想了想，发现用DataReader的NextResult可以实现这...</summary><published>2008-04-19T10:09:00Z</published><updated>2008-04-19T10:09: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/04/19/1161369.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/04/19/1161369.html"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/04/05/1138147.html</id><title type="text">自娱自乐 3.5 -开篇有益</title><summary type="text">.net FrameWork出来时间也不短了，新东西层出不穷，由于现在主流还是2.0，也没怎么系统的学习，放假两个月，应付考试之余也不能闲着，系统的学习2.0的拓展，既然CEIMS还没弄，就用3.5来实现吧，一步一步积累！相关知识1，asp.net mvc2,WCF3,WPF(主要是其子集Silverlight)4，LinQ5WF（这个东西比较遥远）前提工作需求分析和数据库设计基本上已成型，只需转...</summary><published>2008-04-05T04:26:00Z</published><updated>2008-04-05T04: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/2008/04/05/1138147.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/04/05/1138147.html"/></entry><entry><id>http://www.cnblogs.com/Ablog-sunny/archive/2008/04/03/1135386.html</id><title type="text">WinFormUI-Docking初级使用</title><summary type="text">终于回到学校了，接下来的时间是准备考试和毕业设计。这一个月的工作让我学会了很多东西，不止是技术上的！不过回来才发觉我还有很多事情没完成呢，一步一步来，现在每天都要留一两个钟头来做毕业设计，本来是计划开发一个通用的cms，但是前几天朋友开了家休闲球馆，要我帮忙弄个管理软件给他，所以想了想还是弄这个好了，一举两得，呵呵，不过本人的winform开发能力不咋地，只是能够完成任务的水平，不过自我感觉效果还...</summary><published>2008-04-02T16:35:00Z</published><updated>2008-04-02T16:35: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/04/03/1135386.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ablog-sunny/archive/2008/04/03/1135386.html"/></entry></feed>
