<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>.Net技术</title>
<link>http://www.kuqin.com/dotnet/</link>
<description>挖经验 / .Net技术</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2007-2008 &lt;A href=&quot;http://www.kuqin.com&quot;&gt;酷勤网&lt;/A&gt; All Rights Reserved
&lt;A href=&quot;http://www.miibeian.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备07011765号&lt;/A&gt;</generator>
<webmaster>kuqin.com@163.com</webmaster>
<item>
    <title>在.NET应用程序中使用7-Zip的压缩/解压缩功能</title>
    <link>http://www.kuqin.com/dotnet/20080704/10388.html</link>
    <description>7-Zip目前可以在从Windows 98到Vista的各种版本Windows桌面版本中运行，它向Linux/Unix的移植工作也正在进行中。开发人员Eugene Sichkar创建了一系列7-Zip动态链接库的C#接口，这样其他人就可以在.NET应用程序中使用7-Zip的压缩/解压缩功能了。</description>
    <pubDate>2008-07-04</pubDate>
    <category>.Net技术</category>
    <author>Abel Avram译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>白话C#：反射</title>
    <link>http://www.kuqin.com/dotnet/20080628/10200.html</link>
    <description>使用反射的时候，必须先考虑好在性能与灵活之间的一个权衡，不能盲目地因为C#提供了反射机制就一个劲儿地用，我们应该发扬John Carmack“榨干PC机3D图像性能”的精神，而不要因为硬件越来越便宜就让机器背负沉重的包袱去做一些意义不大的事情。</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Autumoon</author>
    <comments>博客园</comments>
</item>
<item>
    <title>白话C#：多线程</title>
    <link>http://www.kuqin.com/dotnet/20080628/10199.html</link>
    <description>使用多线程的时候常常需要考虑的并发问题，所以用了lock关键字，当一个线程要操作Contracts时，它先把Contracts锁起来，就是声明一下：“现在我在操作它，你们谁都不要动，等我弄完了再说。”在lock块结束时被锁定的对象才会被解锁，其它线程才可以去操作它。</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Autumoon</author>
    <comments>博客园</comments>
</item>
<item>
    <title>白话C#：泛型</title>
    <link>http://www.kuqin.com/dotnet/20080628/10198.html</link>
    <description>长期使用C#的朋友大多都常常用到泛型，本文通过创建自己的泛型类来介绍一下泛型，用到泛型的时候你就会发现，泛型其实就像一个口袋，你可以很方便地往里面装东西，只是在第一次使用这个口袋的时候要注意声明它只能装什么样类型的东西，以后就不能装错了。</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Autumoon</author>
    <comments>博客园</comments>
</item>
<item>
    <title>白话C#：接口</title>
    <link>http://www.kuqin.com/dotnet/20080628/10197.html</link>
    <description>接口封装的就是这些公共的行为规范（方法定义），类可以通过继承多个接口来丰富自己的行为机制，但是在C#中，类是不可以继承多个类的。C#最显著的特点就是极大地提高了程序的开发效率和维护效率，所以对于继承多个类这种容易引起二义性的机制是深恶痛绝的。</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Autumoon</author>
    <comments>博客园</comments>
</item>
<item>
    <title>白话C#：特性</title>
    <link>http://www.kuqin.com/dotnet/20080628/10196.html</link>
    <description>C#的特性可以应用于各种类型和成员。无论它们被用在哪里，无论它们之间有什么区别，特性的最主要目的就是自描述。并且因为特性是可以由自己定制的，而不仅仅局限于.NET提供的那几个现成的，因此给C#程序开发带来了相当大的灵活性和便利。</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Autumoon</author>
    <comments>博客园</comments>
</item>
<item>
    <title>白话C#</title>
    <link>http://www.kuqin.com/dotnet/20080628/10195.html</link>
    <description>白话C#：序；白话C#：特性；白话C#：接口；白话C#：泛型；白话C#：多线程；白话C#：反射；白话C#：委托与事件；白话C#：垃圾回收</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Autumoon</author>
    <comments>博客园</comments>
</item>
<item>
    <title>关于 ASP, ASP.NET; VBS, VB.NET, JS, JS.NET, C# 的体会，思考 </title>
    <link>http://www.kuqin.com/dotnet/20080628/10183.html</link>
    <description>因为之前一直用VB, 所以尝试用VB.NET做了一些小应用程序，感觉还不错，至少自己用起来不错，开发很方便。.NET里面我最喜欢的就是 WebClient ，还有必要时候的杀手锏 WebRequest ，如果没有这两个东西，或许一直就不会去学.NET，用.NET了。</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>疯子阿飞</author>
    <comments>博客园</comments>
</item>
<item>
    <title>生成整齐，美观的缩略图</title>
    <link>http://www.kuqin.com/dotnet/20080628/10176.html</link>
    <description>假设：假如我们要在前台的一个Div（别名：相框）中放一张图（别名：图A），相框的宽度为120px,高度为：90px。而图A的原图的宽度为为1414px,高度为：886px.显然相框与图A的原图的比例不一致。为了整齐且美观，将图A处理成56*96.然后把她居中的放在相框（120*90）中……</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Ants</author>
    <comments>博客园</comments>
</item>
<item>
    <title>如何为网站项目添加子项目</title>
    <link>http://www.kuqin.com/dotnet/20080628/10174.html</link>
    <description>仔细翻看了一下,发现原来他在子项目中创建了虚拟目录比如 http://localhost/group,所以之前使用~/Group.Master,只能访问本项目中的master,而现在则可以访问根目录中的master了,试试usercontrol,也可以了,呵呵,原理奥妙都在这个虚拟目录中呀.</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>隨風.NET</author>
    <comments>博客园</comments>
</item>
<item>
    <title>负载均衡环境下，Web应用的缓存管理</title>
    <link>http://www.kuqin.com/dotnet/20080628/10173.html</link>
    <description>实体数据在某些情况下会有变更，所以需要对缓存进行处理，或清除或同步。在这种情况下产生了一个问题：实体数据发生变更之后，如何通知到后台的N多个Web应用中的缓存？1. 采用服务的方式；2. 采用File Dependency的策略；3. 采用SqlCacheDependency的策略</description>
    <pubDate>2008-06-28</pubDate>
    <category>.Net技术</category>
    <author>Benjamin Li</author>
    <comments>博客园</comments>
</item>
<item>
    <title>NCache：最新发布的.NET平台分布式缓存系统</title>
    <link>http://www.kuqin.com/dotnet/20080619/9714.html</link>
    <description>不过NCache的安全特性并不令人放心。当缓存打开之后，客户端应用程序必须明文发送用户名和密码才能进行“登陆”，这与Active Directory的验证背道而驰。而且公钥/私钥加密方式已经被广泛运用了，Alachisoft的这种做法不得不让人感到奇怪。</description>
    <pubDate>2008-06-19</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>SharePoint Web Services入门</title>
    <link>http://www.kuqin.com/dotnet/20080619/9711.html</link>
    <description>我不会过于深入WSS和MOSS之间的不同点，已经有大量的文章很好地解释了这个东西了，我们这里需要关心的只是Web Services的区别。记住MOSS 2007是构建于WSS 3.0之上的，其有构建于ASP.NET，并运行于IIS（Internet Information Server）中。</description>
    <pubDate>2008-06-19</pubDate>
    <category>.Net技术</category>
    <author>Trent Swanson译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>StyleCop：微软C#源代码分析器</title>
    <link>http://www.kuqin.com/dotnet/20080613/9481.html</link>
    <description>StyleCop，也即所谓的微软C#源代码分析器，用途和FxCop相似，只不过作用对象是源代码。此外，它和FxCop一样是源于微软的内部工具，在发展到一定程度之后，微软觉得对其他人也有 用，于是被公开发布。不过，StyleCop的自定义程度不如FxCop那么高。 </description>
    <pubDate>2008-06-13</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Velocity，微软的Memcached </title>
    <link>http://www.kuqin.com/dotnet/20080613/9458.html</link>
    <description>除了大型的企业应用, 在web2.0网站中Distributed cache也被广泛应用,以解决伸缩性问题. 如著名的开源软件Memcached被很多大的网站象WikiPedia , SlashDot用到;关于Distributed cache,可以google一下Memcached, 能找到很多介绍. </description>
    <pubDate>2008-06-13</pubDate>
    <category>.Net技术</category>
    <author>kuber</author>
    <comments>博客园</comments>
</item>
<item>
    <title>Velocity：微软的分布式内存缓存</title>
    <link>http://www.kuqin.com/dotnet/20080613/9457.html</link>
    <description>Velocity是专门针对.NET平台设计的分布式缓存。那些熟悉其他分布式内存缓存的人们会在其中发现许多相似的特性。它目前作为社区技术预览对外提供下载。Velocity的客户端有两类。简单客户端只知晓一个单缓存服务器。路由客户端（Routing client）则对其了解更深一些。</description>
    <pubDate>2008-06-13</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 胡键</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>澄清几组.NET相关的重要概念</title>
    <link>http://www.kuqin.com/dotnet/20080613/9448.html</link>
    <description>在这篇文章中，我希望澄清三组概念，它们是：AJAX / AJAX框架 / AJAX.NET (Professional) / ASP.NET AJAX;LINQ / LINQ to SQL / LINQ to XXX;Lambda Expression / Expression Tree / 匿名方法</description>
    <pubDate>2008-06-13</pubDate>
    <category>.Net技术</category>
    <author>Jeffrey Zhao</author>
    <comments>博客园</comments>
</item>
<item>
    <title>语言专有的类库应该放到.NET里吗？</title>
    <link>http://www.kuqin.com/dotnet/20080610/9371.html</link>
    <description>尽管人们已经要求了很多年，开发人员们现在还是需要自行编写递归调用的复制目录方法，而且几乎每个实现都一样。为什么.NET Framework不提供这个简单而有用的功能呢？不过事实上，当您引用了Microsoft.VisualBasic程序集就会发现这个功能其实已经存在了。</description>
    <pubDate>2008-06-10</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>浅谈IIS7中部署.net3.5的网站问题</title>
    <link>http://www.kuqin.com/dotnet/20080610/9348.html</link>
    <description>问题如下：1：访问静态页面无任何问题，但是.aspx就不行，总是报一个服务器出错。但具体错误又没有提示；2：无法加载DLL文件；3：首页登录图片显示不完整。分析如下：1：IIS7会不会和IIS6一样，默认编译语言是VB？2：应用程序配置文件的存放目录是不是不正确？</description>
    <pubDate>2008-06-10</pubDate>
    <category>.Net技术</category>
    <author>veter</author>
    <comments>博客园</comments>
</item>
<item>
    <title>Boo：Visual Studio中的又一头等语言</title>
    <link>http://www.kuqin.com/dotnet/20080610/9337.html</link>
    <description>Olson的工作成果现在让我们在Visual Studio 2008中编写Boo代码成为可能，其利用了Visual Studio IDE的一些特性。与此同时，Cedric Vivier宣布了Boo的最新版本——带有如下增强的0.8.2：完整的空类型支持；空类型和枚举类型的缩写方式；booish的加强，可显示颜色 </description>
    <pubDate>2008-06-10</pubDate>
    <category>.Net技术</category>
    <author>James Vastbinder译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Boo：概览CLI之上的新语言</title>
    <link>http://www.kuqin.com/dotnet/20080610/9336.html</link>
    <description>boo允许我们以更加轻松快捷的方式完成.NET平台上的任务。若你正在设计程序的原型，或是创建用户界面元素，那么boo将是个绝佳的选择。boo是一种.NET平台上非常友好的语言，让我们能够不受约束地快速编写代码。还躲什么呢——今天就来试试boo吧！</description>
    <pubDate>2008-06-10</pubDate>
    <category>.Net技术</category>
    <author>Andy Glover译者 陈黎夫</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>呼吁微软发布Spec#</title>
    <link>http://www.kuqin.com/dotnet/20080610/9335.html</link>
    <description>Spec#是C#语言的一个扩展，实际上它扩展了C#的类型系统，包括非空类型和可检查的异常（checked exceptions）。它同时还提供了方法契约（method contracts）和对象常量。将Spec#添加到C#中作为语言的扩展？还是将Spec#添加到.NET中为多个语言服务？</description>
    <pubDate>2008-06-10</pubDate>
    <category>.Net技术</category>
    <author>James Vastbinder译者 张逸</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>ADO.NET实体框架引发争论</title>
    <link>http://www.kuqin.com/dotnet/20080610/9334.html</link>
    <description>现在的问题是：ADO.NET实体框架是否已经不仅仅是一个O/R Mapper了，以及它如何和nHibernate进行比较？很多人倾向于认为EF是一个简单的O/R Mapper，并认为它相对于nHibernate而言缺乏很多特性。另外一方面，Danny Simmons说微软刚刚开始开发EF</description>
    <pubDate>2008-06-10</pubDate>
    <category>.Net技术</category>
    <author>Abel Avram译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>微软发布了2008年六月CTP版本的.NET Framework并行扩展库</title>
    <link>http://www.kuqin.com/dotnet/20080608/9273.html</link>
    <description>2008年六月CTP版本有以下几个改进：新增了一个名为协调数据结构（Coordination Data Sructures）的API，用于在多个进程中处理同步问题并协调读操作和写操作。并行扩展中新增一个运行时调度器，支持未来所需的性能上的扩展。此外PLINQ也有一些改变</description>
    <pubDate>2008-06-08</pubDate>
    <category>.Net技术</category>
    <author>Abel Avram译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>深入探察C#,VB中的相等操作符</title>
    <link>http://www.kuqin.com/dotnet/20080605/9214.html</link>
    <description>重写相等操作符是非常容易出错的。不仅因为相等操作符有许多内涵，而且目前有很多指导文档有瑕疵，甚至在MSDN网站上有些指导文档也有瑕疵。我们将分别对支持相等操作的引用类型和值类型给出系统的分析，来澄清事实。这里将类称作引用类型而结构称作值类型。 </description>
    <pubDate>2008-06-05</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 曹云飞</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>John Lam访谈：IronRuby的现状</title>
    <link>http://www.kuqin.com/dotnet/20080604/9210.html</link>
    <description>IronRuby是一个运行在.NET框架的完整Ruby 1.8.x实现，它允许Ruby应用能够被无缝的集成到.NET库和基础设施中。John Lam是RubyCLR的最初创始人，随后加入Microsoft负责IronRuby的研发。John Lam的正式头衔是动态语言运行时组经理。 </description>
    <pubDate>2008-06-04</pubDate>
    <category>.Net技术</category>
    <author>Robert Bazinet译者 马家宽</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>ADO.NET实体框架已经准备好面向企业级应用了吗？</title>
    <link>http://www.kuqin.com/dotnet/20080604/9209.html</link>
    <description>当你在处理成百上千的表格时，它们很难操纵，而且非常难以查找。在处理大量数据集时，那些布局算法表现很糟，只是做些简单修改的鼠标点击也会造成很大的问题。而您最好还是选择直接操作可视化表现背后的XML代码。他接着预言数据建模将会重新转变为文本表现方式。</description>
    <pubDate>2008-06-04</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>为客户端定制的.NET轻量级版本</title>
    <link>http://www.kuqin.com/dotnet/20080604/9205.html</link>
    <description>微软创建了.NET框架客户端子集（.NET Framework Client Profile）。目前的版本为27MB，不算小，但是已经比完整的版本小15%了。对于那些需要在整个公司或者互联网上发布的客户端应用程序来说，这的确是一个受欢迎的改变。尺寸的减少是因为去除了服务器方面的组件。</description>
    <pubDate>2008-06-04</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>微软正式发布支持Visual Studio 2008的Enterprise Library 4.0</title>
    <link>http://www.kuqin.com/dotnet/20080602/9171.html</link>
    <description>此次发布的Enterprise Library包括了一个Unity应用程序块。Unity是一个轻量级，可扩展的依赖注入容器，支持构造函数，属性和方法调用注入。你可以单独使用Unity应用程序块的依赖注入机制而不需要安装Enterprise Library。几个现有的应用程序块的功能上也有改进。</description>
    <pubDate>2008-06-02</pubDate>
    <category>.Net技术</category>
    <author>Robert Bazinet</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>在CLR之上的构建领域特定语言</title>
    <link>http://www.kuqin.com/dotnet/20080528/9012.html</link>
    <description>在任何情况下，我的个人偏好是使用具有很高语法灵活性的内部DSL。因为我基本上都是在CLR上工作，我想利用运行在这个平台上的宿主语言。它可以让我重用大部分的使用CLR的知识，不要低估这方面的好处。在你的手中有一个熟悉的环境是非常重要的。</description>
    <pubDate>2008-05-28</pubDate>
    <category>.Net技术</category>
    <author>Ayende Rahien and Oren Eini译</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>跟踪真实世界里的ASP.NET MVC项目</title>
    <link>http://www.kuqin.com/dotnet/20080528/9010.html</link>
    <description>MVC Stroefront还是一个正在进行中的系列，这使读者能够经历一个从设计到开发一个ASP.NET MVC应用程序的完整过程。系列中的每部分都包含一个针对当前部分意图的描述，以及一个视频来展示代码。Kigg - Digg的克隆，这个Digg的克隆产品是一个使用MVC框架的优秀实现。</description>
    <pubDate>2008-05-28</pubDate>
    <category>.Net技术</category>
    <author>Robert Bazinet译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>2008年度敏捷实施情况调查结果</title>
    <link>http://www.kuqin.com/dotnet/20080525/8891.html</link>
    <description>按照Scott的说法，很多已经实施了敏捷的组织都在坚持使用敏捷，这是令人振奋的一点。有82%的实施者已经在这条路上走了很远，只有18%的人还在尝试阶段。许多人都更喜欢从1周到4周之间的短迭代。Scott认为，这也许是因为精益方法，例如看板，正在逐渐普及起来。</description>
    <pubDate>2008-05-25</pubDate>
    <category>.Net技术</category>
    <author>Vikas Hazrati译者 李剑</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>.NET ThreadPool的重大变化</title>
    <link>http://www.kuqin.com/dotnet/20080525/8890.html</link>
    <description>在.NET 2.0 SP 1随着.NET 3.5发布后线程池发生了重大的变化。不过据Michael C. Kennedy发现，并非所有的改变都是最合适的。第一个变化是将最大线程数从每处理器25个线程增加至250个线程。另一个改变其实是一个Bug。</description>
    <pubDate>2008-05-25</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>对Asp.Net　MVC架构的用后感想 </title>
    <link>http://www.kuqin.com/dotnet/20080524/8883.html</link>
    <description>MVC最初应用于JSP的时候，就是为了解决客户端代码与服务端代码混在一起的问题，Asp也同样存在这种问题，还记得曾经为了使Asp代码分开，做过很多刻意的工作，例如把Asp代码统一放在Page的顶部，下面放Html。到了Asp.Net，引入了Code Behind的概念，就不存在这种问题了</description>
    <pubDate>2008-05-24</pubDate>
    <category>.Net技术</category>
    <author> B.Zhou</author>
    <comments>博客园</comments>
</item>
<item>
    <title>新版本的.NET会当作一个“Service Pack”发布</title>
    <link>http://www.kuqin.com/dotnet/20080522/8794.html</link>
    <description>.NET 3.5/VS 2008的Service Pack的beta版本带来一系列的新特性和类库，包括ADO.NET实体框架（ Entity Framework ）和数据服务（Data Services），此版本只影响到客户端程序，并修改了大部分的3.0和3.5的类库。</description>
    <pubDate>2008-05-22</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 张善友</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>IdeaBlade宣布DevForce EF测试版可用于构建RIA</title>
    <link>http://www.kuqin.com/dotnet/20080520/8729.html</link>
    <description>DevForce,DevForce EF</description>
    <pubDate>2008-05-20</pubDate>
    <category>.Net技术</category>
    <author>James Vastbinder译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Visual Studio International Pack 1.0扩展.NET对国际化的支持</title>
    <link>http://www.kuqin.com/dotnet/20080515/8512.html</link>
    <description>使用Visual Studio International Pack 1.0类库提供的一系列类，.NET 开发人员可以更方便地创建支持多文化多语言的软件应用。目前，该软件包1.0版提供七个组件来帮助东亚国家及地区的开发人员，用于开发.NET国际化应用程序。</description>
    <pubDate>2008-05-15</pubDate>
    <category>.Net技术</category>
    <author>朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>对.net事件的看法</title>
    <link>http://www.kuqin.com/dotnet/20080511/8322.html</link>
    <description>对象一是事件的产生者，或者发送者；对象二是事件的接收者或者订阅者。C#事件机制的实现包括以下几步：1、事件发布者定义一个委托类型；2、事件发布者定义一个事件，并且关联到已经定义的委托上。3、事件订阅者需要产生一个委托实例，并把它添加到委托列表。</description>
    <pubDate>2008-05-11</pubDate>
    <category>.Net技术</category>
    <author>信息加油站义工</author>
    <comments>博客园</comments>
</item>
<item>
    <title>TIBCO宣布支持WCF</title>
    <link>http://www.kuqin.com/dotnet/20080510/8280.html</link>
    <description>在.NET 3.0下，微软对其自身应用程序中的通信功能进行了统一的整合，称为Windows通信基础（Windows Communication Foundation），该框架将应用程序与基本的通信技术分离。已经可以使用的传输方式包括微软的消息队列，JSON，WebServices和TCP/IP。</description>
    <pubDate>2008-05-10</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 张逸</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>PRISM：一个WPF的合成UI框架</title>
    <link>http://www.kuqin.com/dotnet/20080507/8134.html</link>
    <description>PRISM代表了PResentation Integration SysteM，它也是一个由微软支持的针对WPF的项目，其托管在CodePlex上。目前，PRISM包含了一个参考实现，一些可重用的函数库和模式向导”，但是这个计划是开发一个能支撑复合应用程序开发的框架。</description>
    <pubDate>2008-05-07</pubDate>
    <category>.Net技术</category>
    <author>Abel Avram译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Windows Vista/Server 2008上对VB 6的&quot;It Just Works&quot;支持策略</title>
    <link>http://www.kuqin.com/dotnet/20080505/7917.html</link>
    <description>在Windows Vista发布时，VB开发团队曾经承诺通过“It Just Works”策略在该操作系统上继续支持VB 6应用程序。不过仍然有很多客户说，VB 6 IDE的控件目录（\CAB）中包含的那些组件对于他们的应用程序来说也非常重要，且不知道我们是否会在2008年4月后继续为其提供支持。</description>
    <pubDate>2008-05-05</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 陈黎夫</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>使用WCF消费REST服务</title>
    <link>http://www.kuqin.com/dotnet/20080505/7916.html</link>
    <description>消费其它服务（例如REST）有一点难度，并且的确使我们惊奇的一件事是，目前还不能自动产生由ASP.net AJAX（通过WebHttpBinding）使用的代理。你不得不手动构建一个URI字符串，在HTTP GET请求（REST）时使用WebClient类；对于其他HTTP动词，使用HttpWebRequest类。</description>
    <pubDate>2008-05-05</pubDate>
    <category>.Net技术</category>
    <author>Hartmut Wilms译者 王锐</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>.NET Framework 3.5增强特性学习工具包已发布</title>
    <link>http://www.kuqin.com/dotnet/20080502/7766.html</link>
    <description>介绍ADO.NET Data Services，这个实验突出创建一个数据服务，使用实体框架（Entity Framework）作为他的数据源，并展示了如何使用.NET客户端APIs和ASP.NET AJAX APIs 消费服务。此外你也可以使用服务拦截器增加加验证支持和自定义查询的服务操作。</description>
    <pubDate>2008-05-02</pubDate>
    <category>.Net技术</category>
    <author>Abel Avram译者 张善友</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>与Patrick Smacchia谈.NET的代码分析</title>
    <link>http://www.kuqin.com/dotnet/20080501/7738.html</link>
    <description>NDepend是为.NET开发人员以及架构师开发的工具。代码库是那么的错综复杂，而NDepend工具则能够帮助人们从源代码中获取相关的信息。例如，NDepend能够判断你的代码库是否正确分层；获知从最近版本发布后所做的修改；或者评估某些关键任务的代码质量……</description>
    <pubDate>2008-05-01</pubDate>
    <category>.Net技术</category>
    <author>Robert Bazinet译者 张逸</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Framework Design Studio发布</title>
    <link>http://www.kuqin.com/dotnet/20080429/7659.html</link>
    <description>没有类似于Framework Design Studio这样的工具，就很难观察、监控以及直接在产品的各个版本中修改.NET Framework的规模。其次，我们注意到了Silverlight与.NET Framework APIs的兼容性问题，我发现了这样的一种需求，就是提供方便快捷地查看与辨别这些API之间的区别。</description>
    <pubDate>2008-04-29</pubDate>
    <category>.Net技术</category>
    <author>Jonathan Allen译者 张逸</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>评论：.NET计算布局——微软“云”计划的前车之鉴</title>
    <link>http://www.kuqin.com/dotnet/20080424/7514.html</link>
    <description>借助.NET，微软虽然创造了整个家族的开发工具，但之前几年对于开源的谨慎态度耽误了不少时机；虽然Windows Server 2000、2003、2008不断支持越来越大型的互联网应用，但相对开源的Linux，总体投资成本也没有太明显的价格优势。</description>
    <pubDate>2008-04-24</pubDate>
    <category>.Net技术</category>
    <author>王翔</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>微软首度反思长期策略：8年前.NET战略有些早</title>
    <link>http://www.kuqin.com/dotnet/20080424/7513.html</link>
    <description>“微软在2000年的时候提出.NET，当时有天真的想法，认为所有的存储都会到网络上，所以为什么我们当时提出这个战略”。张亚勤说，“这个计划并没有完全成功，我们过度的依赖网络里面的计算，过度依赖网络的存储，过度依赖软件”。 </description>
    <pubDate>2008-04-24</pubDate>
    <category>.Net技术</category>
    <author>腾讯科技</author>
    <comments>腾讯科技</comments>
</item>
<item>
    <title>.NET Framework的版本：市场 vs 现实</title>
    <link>http://www.kuqin.com/dotnet/20080424/7512.html</link>
    <description>.NET Framework 3.0添加了“三个主要的类库：WCF (Windows Communication Foundation 即 Indigo)、WPF (Windows Presentation Foundation 即 Avalon) 和Windows Workflow 即 WF。.NET Framework 4.0可能会引入Dynamic Language Runtime（DLR）</description>
    <pubDate>2008-04-24</pubDate>
    <category>.Net技术</category>
    <author>Hartmut Wilms译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>关于转换QQ消息中系统表情，自定义表情和截图的函数</title>
    <link>http://www.kuqin.com/dotnet/20080421/7170.html</link>
    <description>QQ的系统表情，自定表情和截图都是直接混合在文字信息中直接发送过来的，如果在接收到时不加转换，直接显示，会造成乱码。因此我们要把这些信息转化下再显示。关于这些表情，自定义表情和截图的说明如下：来源LumaQQ的代码注解</description>
    <pubDate>2008-04-21</pubDate>
    <category>.Net技术</category>
    <author>蓝色的风之精灵</author>
    <comments>博客园</comments>
</item>
<item>
    <title>如何实现语言中的闭包（Closure）</title>
    <link>http://www.kuqin.com/dotnet/20080421/7169.html</link>
    <description>其实无论是lambda表达式（事实上应该叫匿名函数）或是匿名类，都能归属到一种叫闭包的东西上面。闭包原来是代数中的用语，只是那些研究理论的老大们觉得这玩意儿也能拉到“闭包”里面去，于是就叫闭包了。</description>
    <pubDate>2008-04-21</pubDate>
    <category>.Net技术</category>
    <author>陈梓瀚(vczh)</author>
    <comments>C++博客</comments>
</item>

</channel>
</rss>
