<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Inside.Net</title><subtitle type="text">自由与繁荣的国度</subtitle><id>http://feed.cnblogs.com/blog/u/10497/rss</id><updated>2006-05-01T14:50:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10497/rss"/><entry><id>http://www.cnblogs.com/bluefee/archive/2005/04/13/136609.html</id><title type="text">初窥LUA.NET</title><summary type="text">最近在研究WOW Interface，由于提供的函数和允许使用的语言是LUA所以顺便找了一下看有没有和.NET CLR交互的版本，结果让我找到了，嘿嘿!下面让我们看一下在.NET中怎么使用LUA  我们看下官方网站提供的例子来初窥Lua.Net luanet=require("luainterface")luanet.load_assembly("System.Windows.Forms")lua...</summary><published>2005-04-13T02:22:00Z</published><updated>2005-04-13T02:22:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/04/13/136609.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/04/13/136609.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/04/09/134902.html</id><title type="text">硝烟弥漫-GOOLE Fans的立场</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160; 刚才无意中点了一个公益广告&amp;#8220;谁发明了饺子？&amp;#8221;以调节一下无聊的气氛，呵呵！结果看到了这个  看来大家好像对IE意见蛮大的哦！</summary><published>2005-04-09T15:38:00Z</published><updated>2005-04-09T15:38:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/04/09/134902.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/04/09/134902.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/04/07/133501.html</id><title type="text">C#$2.0-迭代器应用 [ 4 ]</title><summary type="text">C# 2.0编译器和迭代 如果你是一个好奇的开发者，你可能乐意看到C# 2.0编译解释yield break和yield return关键字所作的工作。这是本节的主题。请注意迭代器是作为语法出现的不像范型，没有IL指令集被添加作为实现迭代。 &amp;#160; 使用编译器自动创建枚举器类 &amp;#160;&amp;#160;&amp;#160; 一个至少包含一个yield break或yield return关键字的方法必...</summary><published>2005-04-07T12:05:00Z</published><updated>2005-04-07T12:05:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/04/07/133501.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/04/07/133501.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/31/128983.html</id><title type="text">C#2.0-迭代器应用 [ 3 ]</title><summary type="text">范型和迭代器在.NET Framework 2.0中IEnumerable和IEnumerator接口都提供了一种范型形态。 namespace&amp;#160;System.Collections.Generic{&amp;#160;&amp;#160;&amp;#160;&amp;#160;[System.Runtime.InteropServices.ComVisibleAttribute(false)]&amp;#160;&amp;#160;...</summary><published>2005-03-31T01:35:00Z</published><updated>2005-03-31T01:35:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/31/128983.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/31/128983.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/30/128281.html</id><title type="text">3RD软件大餐</title><summary type="text">Delphi2CS 2.2版发布 Netcoole发布了Delphi2CS 2.2版，这是一个将Delphi代码转换成C#代码的辅助工具 更新日志： &amp;#160; 支持*.bdsproj文件 &amp;#160; 支持*.dpk包 &amp;#160; 支持Class Helper &amp;#160; 支持操作符重载 &amp;#160; 修复了一些bug 下载地址：http://www.netcoole.com/delphi...</summary><published>2005-03-29T16:21:00Z</published><updated>2005-03-29T16:21:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/30/128281.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/30/128281.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/29/128239.html</id><title type="text">C#2.0-迭代器应用 [ 2 ]</title><summary type="text">C#2.0 迭代器 关键字 yield return C#2.0通过强大的yield return关键字无缝实现了迭代器模式。特别是减轻了开发者实现一个枚举器和可枚举类的负担。这里我重写了一个前面的例子： using&amp;#160;System; using&amp;#160;System.Collections; public&amp;#160;class&amp;#160;Persons&amp;#160;:&amp;#160;IEnu...</summary><published>2005-03-29T14:29:00Z</published><updated>2005-03-29T14:29:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/29/128239.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/29/128239.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/28/127455.html</id><title type="text">C#2.0-迭代器应用 [ 1 ]</title><summary type="text">[翻译+补充说明]&amp;#160; 原文参考：http://www.theserverside.net/articles/showarticle.tss?id=IteratorsWithC2 注释：对于Enumerable和Enumerator的翻译可能不太贴切 可以参考以下词汇：枚举 枚举构造器 介绍 &amp;#160; 迭代器作为匿名方法存在是很不明显的，但是其强大的特性现在被引入到Csharp2.0版...</summary><published>2005-03-28T13:22:00Z</published><updated>2005-03-28T13:22:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/28/127455.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/28/127455.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/28/127278.html</id><title type="text">Inside IIS And ASP.NET [ 4 ]</title><summary type="text">实现IHttpHandlerFactory接口对于在何处响应对指定资源的请求Http Handler也许是有用的，Http处理工厂使得有可能在请求的一些预处理任务中截取请求信息，下面的一个工厂模式创建了一个资源处理器。创建一个自定义处理工厂意味着创建了一个实现了IHttpHandlerFactory接口的.Net组件，这个接口具有以下成员：GetHandler()&amp;#160;&amp;#160;&amp;#160...</summary><published>2005-03-28T08:11:00Z</published><updated>2005-03-28T08:11:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/28/127278.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/28/127278.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/28/127032.html</id><title type="text">Inside IIS And ASP.NET [ 3 ]</title><summary type="text">实现IHttpHandler接口 与ISAPI扩展类似的是处理器提供了低层次的访问HTTP请求与响应对象的方式。实现一个自定义处理器允许处理你所指定的某种不同的资源请求。你可以在请求过程中截取请求并且重载对它的响应。举例来说，假如你希望记录那些对服务端禁止访问文件发出请求的客户端IP地址，那么你可以写一个自定义的处理器在这些受拒绝的请求被抛出异常之前记录所需要的信息。你可能想要为这些请求发送一些热...</summary><published>2005-03-28T02:37:00Z</published><updated>2005-03-28T02:37:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/28/127032.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/28/127032.html"/></entry><entry><id>http://www.cnblogs.com/bluefee/archive/2005/03/27/126893.html</id><title type="text">Microsoft Press新书介绍</title><summary type="text">今天看了看MSPress的主页，看到一些出版不久的新书和即将要出版的新书，推荐给大家 当然现在国内估计还买不到，不过希望尽快引进哦 书名的翻译纯属个人意见，水平有限，各位看家包涵，:) Programming &amp;quot;Indigo&amp;quot;: The Unified Framework for Building Service-Oriented Applications on the Mic...</summary><published>2005-03-27T15:51:00Z</published><updated>2005-03-27T15:51:00Z</updated><author><name>Bluefee.Net</name><uri>http://www.cnblogs.com/bluefee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/bluefee/archive/2005/03/27/126893.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/bluefee/archive/2005/03/27/126893.html"/></entry></feed>
