<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>饮马流花河 - 05) C#</title><link>http://blog.csdn.net/thebesghost/category/225428.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 03 Feb 2008 10:19:14 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>thebesghost</dc:creator><title> 在C#程序中使用MYSQL数据库</title><link>http://blog.csdn.net/thebesghost/archive/2007/02/25/1514123.aspx</link><pubDate>Sun, 25 Feb 2007 17:07:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2007/02/25/1514123.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1514123.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2007/02/25/1514123.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1514123.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1514123</trackback:ping><description> 在C#程序中使用MYSQL数据库&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1514123.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>基于动态代码生成技术的动态对象工厂</title><link>http://blog.csdn.net/thebesghost/archive/2007/02/24/1513510.aspx</link><pubDate>Sat, 24 Feb 2007 21:16:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2007/02/24/1513510.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1513510.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2007/02/24/1513510.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1513510.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1513510</trackback:ping><description>基于动态代码生成技术的动态对象工厂&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1513510.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>ADO.NET 的最佳实践技巧 </title><link>http://blog.csdn.net/thebesghost/archive/2006/12/16/1446000.aspx</link><pubDate>Sat, 16 Dec 2006 22:59:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/12/16/1446000.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1446000.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/12/16/1446000.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1446000.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1446000</trackback:ping><description>ADO.NET 的最佳实践技巧 &lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1446000.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>今天发现C#虚函数简直妙不可言....</title><link>http://blog.csdn.net/thebesghost/archive/2006/11/23/1408433.aspx</link><pubDate>Thu, 23 Nov 2006 14:46:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/11/23/1408433.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1408433.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/11/23/1408433.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1408433.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1408433</trackback:ping><description>C#虚函数,原来总觉得很简单的东西,不就是派生类在运行时展示多态性嘛.可是今天碰到的程序却大出乎我的意料....&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1408433.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>谈如何提高从数据库中读写二进制数据的效率并节省资源</title><link>http://blog.csdn.net/thebesghost/archive/2006/11/06/1369555.aspx</link><pubDate>Mon, 06 Nov 2006 14:36:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/11/06/1369555.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1369555.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/11/06/1369555.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1369555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1369555</trackback:ping><description>如何往数据库中读写二进制数据应该很多人都试过。但如何在读写的时候尽量提高程序的效率，节省系统资源，有些比较高级的办法，本文就是我从msdn中摘取出来的和我自己写的两个例子。一个是读取二进制数据，一个是写入二进制数据。都用了块儿读写机制。&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1369555.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>正则表达式入门 </title><link>http://blog.csdn.net/thebesghost/archive/2006/11/06/1369067.aspx</link><pubDate>Mon, 06 Nov 2006 10:36:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/11/06/1369067.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1369067.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/11/06/1369067.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1369067.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1369067</trackback:ping><description>正则表达式入门 &lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1369067.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>关于Java平台和.net哪个更有潜力在学校论坛的回帖 </title><link>http://blog.csdn.net/thebesghost/archive/2006/10/15/1335415.aspx</link><pubDate>Sun, 15 Oct 2006 12:51:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/15/1335415.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1335415.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/15/1335415.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1335415.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1335415</trackback:ping><description>关于Java平台和.net哪个更有潜力在学校论坛的回帖 &lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1335415.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>After Java and C# - what is next?</title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1331004.aspx</link><pubDate>Thu, 12 Oct 2006 00:24:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1331004.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1331004.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1331004.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1331004.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1331004</trackback:ping><description>After Java and C# - what is next?&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1331004.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>十年之后　Java技术的新方向</title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1331002.aspx</link><pubDate>Thu, 12 Oct 2006 00:23:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1331002.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1331002.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1331002.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1331002.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1331002</trackback:ping><description>十年之后　Java技术的新方向&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1331002.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>C# vs Java  —— .Net-Java 争论的再次回顾 </title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330999.aspx</link><pubDate>Thu, 12 Oct 2006 00:20:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330999.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1330999.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330999.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1330999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1330999</trackback:ping><description>C# vs Java  —— .Net-Java 争论的再次回顾 &lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1330999.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>Java vs C# —— JAVA 与.NET 在前途上面的比较</title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330998.aspx</link><pubDate>Thu, 12 Oct 2006 00:19:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330998.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1330998.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330998.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1330998.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1330998</trackback:ping><description>Java vs C# —— JAVA 与.NET 在前途上面的比较&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1330998.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>Java vs C# —— 关于两代语言.C/C++,java/c#</title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330997.aspx</link><pubDate>Thu, 12 Oct 2006 00:18:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330997.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1330997.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330997.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1330997.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1330997</trackback:ping><description>Java vs C# —— 关于两代语言.C/C++,java/c#&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1330997.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>Java vs C# —— Sun关于VB.NET和Java对比的文章 </title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330993.aspx</link><pubDate>Thu, 12 Oct 2006 00:12:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330993.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1330993.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330993.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1330993.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1330993</trackback:ping><description>Java vs C# —— Sun关于VB.NET和Java对比的文章 &lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1330993.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>Java vs C# —— 微软DotNet平台升温</title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330988.aspx</link><pubDate>Thu, 12 Oct 2006 00:09:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330988.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1330988.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330988.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1330988.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1330988</trackback:ping><description>Java vs C# —— 微软DotNet平台升温&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1330988.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thebesghost</dc:creator><title>Java vs C# —— 开发平台--- .Net? J2EE? 谁主沉浮</title><link>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330986.aspx</link><pubDate>Thu, 12 Oct 2006 00:08:00 GMT</pubDate><guid>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330986.aspx</guid><wfw:comment>http://blog.csdn.net/thebesghost/comments/1330986.aspx</wfw:comment><comments>http://blog.csdn.net/thebesghost/archive/2006/10/12/1330986.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thebesghost/comments/commentRss/1330986.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1330986</trackback:ping><description>Java vs C# —— 开发平台--- .Net? J2EE? 谁主沉浮&lt;img src ="http://blog.csdn.net/thebesghost/aggbug/1330986.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>