<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_李小刀的关于.net的文章</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/17148/rss</id><updated>2008-01-08T17:03:44Z</updated><author><name>李小刀</name><uri>http://www.cnblogs.com/sweatypalms/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sweatypalms/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17148/rss"/><entry><id>http://www.cnblogs.com/sweatypalms/archive/2007/12/21/1009151.html</id><title type="text">重构到观察者模式 Refactor to Observer Pattern</title><summary type="text">对模式有了初步了解的朋友都知道，模式的使用与算法的使用有一个很大的区别，那就是它不是一个上来就能套用的东西。而是应该在软件的开发过程中通过捕捉软件的变化点并加以封装，并尽可能使用面向接口的编程和对象组合的方式一步一步地对代码进行重构，从而得到所适用的模式。模式的目的是为了将变化比较频繁的部分与其余的比较固定部分之间的分离出来，降低他们之间的耦合性，从而提高代码的服用率及稳定。所以说种种介绍模式的代...</summary><published>2007-12-21T07:02:00Z</published><updated>2007-12-21T07:02:00Z</updated><author><name>李小刀</name><uri>http://www.cnblogs.com/sweatypalms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sweatypalms/archive/2007/12/21/1009151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sweatypalms/archive/2007/12/21/1009151.html"/></entry><entry><id>http://www.cnblogs.com/sweatypalms/archive/2007/11/22/967958.html</id><title type="text">代码越来越简洁--从delegate到lambda表达式</title><summary type="text">先看一个简单的delegate的例子 public static bool IsOdd(int i) { return (i &amp;amp; 1) == 1; } public delegate bool NumberTester(int i); public static void PrintMatchingNumbers(int from, int to, NumberTester filter)...</summary><published>2007-11-21T18:07:00Z</published><updated>2007-11-21T18:07:00Z</updated><author><name>李小刀</name><uri>http://www.cnblogs.com/sweatypalms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sweatypalms/archive/2007/11/22/967958.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sweatypalms/archive/2007/11/22/967958.html"/></entry><entry><id>http://www.cnblogs.com/sweatypalms/archive/2007/10/18/929312.html</id><title type="text">如何创建自己的Linq provider (实现IQueryable)(翻译)</title><summary type="text">随着Linq的普及，大家都对实现自己的Linq provider很感兴趣。VB Team的Kevin 写了两篇相关的文章，我觉得很有帮助。现在尝试翻译了第一篇，希望大家能够从中有所收获。原文是How to implement IQueryable (Part 1)随着Orcas（Visual Studio 2008的code name）的推出，微软计划为我们经常用到的一些数据应用的场合提供Linq...</summary><published>2007-10-18T09:41:00Z</published><updated>2007-10-18T09:41:00Z</updated><author><name>李小刀</name><uri>http://www.cnblogs.com/sweatypalms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sweatypalms/archive/2007/10/18/929312.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sweatypalms/archive/2007/10/18/929312.html"/></entry></feed>
