<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/RedRiver331" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/RedRiver331" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 31 Aug 2007 10:48:00 GMT</lastBuildDate><title>RedRiver专栏</title><link>http://blog.csdn.net/redriver331/</link><item><title>异常规范</title><link>http://blog.csdn.net/RedRiver331/archive/2007/08/31/1766583.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/1766583.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/1766583.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1766583</trackback:ping><description>异常使用的规范&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/1766583.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 31 Aug 2007 18:48:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2007/08/31/1766583.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2007/08/31/1766583.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>反射与属性</title><link>http://blog.csdn.net/RedRiver331/archive/2007/08/28/1761811.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/1761811.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/1761811.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1761811</trackback:ping><description>反射是编程的读取与类型相关联的元数据的行为，通过元数据，你能了解它是什么类型以及它是由什么构成的（方法、属性、基类）.反射服务在system.Reflection命名空间中定义，它在和属性一起使用时最有用。属性是一种向类型添加信息并影响类型行为的方法。反射还允许在运行期间定义新类型，并生成相应的IL代码和元数据（使用在System.Reflection.Emit命名空间中的各种服务。&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/1761811.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 28 Aug 2007 19:30:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2007/08/28/1761811.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2007/08/28/1761811.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>How to call c++ exported method and classes in c#</title><link>http://blog.csdn.net/RedRiver331/archive/2006/08/02/1009934.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/1009934.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/1009934.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1009934</trackback:ping><description>相对于C++来说，C#是个newcomer，C#提供了一些非常cool的功能，使得我们的工作更加容易。但是，在这个组件横行的年代，如果不懂利用别人写好的代码，就有点落伍了。在C++横行江湖的日子里，留下了很多功能强大的代码，探讨如何在C#的程序中使用这些代码是非常有趣也很有意义的事情，这也是我们今天这篇文章的主题。
&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/1009934.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Aug 2006 19:44:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/08/02/1009934.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/08/02/1009934.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>对 Windows 窗体控件进行线程安全调用</title><link>http://blog.csdn.net/RedRiver331/archive/2006/07/06/884021.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/884021.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/884021.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=884021</trackback:ping><description>使用多线程提高 Windows 窗体应用程序的性能时，必须注意以线程安全方式调用控件。&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/884021.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Jul 2006 18:39:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/07/06/884021.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/07/06/884021.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>关于MFC下检查和消除内存泄露的技巧</title><link>http://blog.csdn.net/RedRiver331/archive/2006/07/06/883949.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/883949.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/883949.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=883949</trackback:ping><description>本文分析了Windows环境使用MFC调试内存泄露的技术，介绍了在Windows环境下用VC++查找，定位和消除内存泄露的方法技巧。&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/883949.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Jul 2006 18:24:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/07/06/883949.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/07/06/883949.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>VC使用CRT调试功能来检测内存泄漏</title><link>http://blog.csdn.net/RedRiver331/archive/2006/07/06/883943.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/883943.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/883943.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=883943</trackback:ping><description>如何使用 CRT 调试功能来检测内存泄漏&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/883943.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Jul 2006 18:21:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/07/06/883943.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/07/06/883943.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>time_t到.NET的转换</title><link>http://blog.csdn.net/RedRiver331/archive/2006/07/02/865231.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/865231.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/865231.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=865231</trackback:ping><description>time_t到.NET的转换&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/865231.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 02 Jul 2006 19:39:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/07/02/865231.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/07/02/865231.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>何时使用委托而不使用接口</title><link>http://blog.csdn.net/RedRiver331/archive/2006/07/01/862689.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/862689.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/862689.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=862689</trackback:ping><description>委托和接口都允许类设计器分离类型声明和实现。给定的接口可由任何类或结构继承和实现；可以为任何类中的方法创建委托，前提是该方法符合委托的方法签名。接口引用或委托可由不了解实现该接口或委托方法的类的对象使用。既然存在这些相似性，那么类设计器何时应使用委托，何时又该使用接口呢？

&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/862689.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 02 Jul 2006 05:39:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/07/01/862689.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/07/01/862689.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>关于vc的mshflexgrid控件的用法</title><link>http://blog.csdn.net/RedRiver331/archive/2006/06/30/854980.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/854980.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/854980.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=854980</trackback:ping><description>包含关于 MSHFlexGrid 的控件常数的信息&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/854980.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 Jun 2006 18:40:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/06/30/854980.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/06/30/854980.aspx</guid><dc:creator>红色冰河</dc:creator></item><item><title>VS2005中用Code Snippets提高开发效率</title><link>http://blog.csdn.net/RedRiver331/archive/2006/06/27/840497.aspx</link><wfw:comment>http://blog.csdn.net/redriver331/comments/840497.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/redriver331/comments/commentRss/840497.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=840497</trackback:ping><description>在VS.NET 2005中，新增加了许多新的特性和功能。其中在方便用户编程方面有了很大的改进，比如新增加了code snippets（代码片断助手）功能。所谓的code snippets，是用户可以在编程过程中，将经常要用到的一些常用代码或者值得收藏起来的代码保存起来，在要使用的时候就可以方便地调用出来。本文将介绍如何将vs.net 2005自带的code snippets加到已有的应用程序中去，以及如何建立自己的snipeets,如何使用开源的snippet editor。&lt;img src =&quot;http://blog.csdn.net/redriver331/aggbug/840497.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Jun 2006 22:53:00 +0800</pubDate><author>红色冰河</author><comments>http://blog.csdn.net/RedRiver331/archive/2006/06/27/840497.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/RedRiver331/archive/2006/06/27/840497.aspx</guid><dc:creator>红色冰河</dc:creator></item></channel></rss>
