04 2007 档案

posted @ 2007-04-27 22:46 Adrian H. 阅读(53) | 评论 (1)  编辑 |

     摘要: 用 Reflector 发现这个类 (System.Internal) 发现里面有这么三个静态方法: CommonlyUsedGenericInstantiations_HACK, NullableHelper_HACK, SZArrayHelper_HACK, 它们的名字很奇怪, 方法里的内容更奇怪.... 它到底有什么用呢..  阅读全文

posted @ 2007-04-14 23:28 Adrian H. 阅读(622) | 评论 (3)  编辑 |

     摘要: This is a tutorial on using Functional Programming (FP) techniques for constructing LINQ queries. It is certainly possible to write simple LINQ queries without using these techniques, but as soon as you start writing more complicated queries, you need to understand these techniques.  阅读全文

posted @ 2007-04-13 12:17 Adrian H. 阅读(143) | 评论 (0)  编辑 |

     摘要: Xml-RPC, IMetaWeblog  阅读全文

posted @ 2007-04-02 18:26 Adrian H. 阅读(600) | 评论 (3)  编辑 |

     摘要: 操作系统概念中"哲学家就餐问题"的C#模拟  阅读全文

posted @ 2007-04-01 19:04 Adrian H. 阅读(436) | 评论 (0)  编辑 |