<?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/Thomas_Chen" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Thomas_Chen" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 03 Aug 2008 22:23:00 GMT</lastBuildDate><title>ASP.NET 开源软件交流</title><link>http://blog.csdn.net/Thomas_Chen/</link><item><title>ASP.NET服务器端异步Web方法</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762494.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2762494.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2762494.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2762494</trackback:ping><description>Matt Powell 介绍了如何在服务器端使用异步 Web 方法，来创建高性能的 Microsoft ASP.net Web 服务。&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2762494.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Aug 2008 06:23:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762494.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762494.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762494.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275541/1302636</fs:itemid></item><item><title>ASP.NET创建Web服务之异步Web服务</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762148.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2762148.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2762148.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2762148</trackback:ping><description>为了改善调用阻碍线程的长期运行的方法的&lt;A href=&quot;http://dev.21tx.com/dotnet/xml/&quot; target=_blank&gt;&lt;FONT color=#0000ff&gt;XML&lt;/FONT&gt;&lt;/A&gt; &lt;A href=&quot;http://dev.21tx.com/web/&quot; target=_blank&gt;&lt;FONT color=#0000ff&gt;Web&lt;/FONT&gt;&lt;/A&gt;服务方法的性能，你应该考虑把它们作为异步的&lt;A href=&quot;http://dev.21tx.com/web/xml/&quot; target=_blank&gt;&lt;FONT color=#0000ff&gt;XML&lt;/FONT&gt;&lt;/A&gt; Web服务方法发布。实现一个异步XML Web服务方法允许线程在返回线程池的时候执行其他的代码。这允许增加一个线程池中的有限数目的线程，这样提高了整体性能和系统的可伸缩性。&lt;BR&gt;&lt;BR&gt;　　通常，调用执行输入/输出操作的方法的XML Web服务方法适于作为异步实现。这样的方法的例子包括和其他的XML Web服务通讯、访问远程&lt;A href=&quot;http://dev.21tx.com/datab&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2762148.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Aug 2008 04:51:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762148.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762148.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/08/03/2762148.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275542/1302636</fs:itemid></item><item><title>运用C#创建一个.Net下的Web Service</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759356.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2759356.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2759356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2759356</trackback:ping><description>在本文中，我将向大家介绍Web Service的一些基本知识、如何用C#建立一个Web Service。通过文章，我们还将对WSDL、UDDI以及未来的Web Service有一个大致的了解。
&lt;DIV id=content&gt;
&lt;DIV class=guanggao&gt;&lt;SPAN id=contentAdv&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;　　微软在其.net战略中，对其主推的Web Service做了大肆的宣扬。现在，Web Service正如火如荼地发展着，相关的各项新技术层出不穷。Web Service的发展正构筑着互联网时代美好的明天。在本文中，我将向大家介绍Web Service的一些基本知识、如何用C#建立一个Web Service。通过文章，我们还将对WSDL、UDDI以及未来的Web Service有一个大致的了解。&lt;/P&gt;
&lt;P&gt;　　&lt;STRONG&gt;为什么需要Web Service?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;　　以前，分布式的应用程序逻辑需要使用分布式的对象模型，通过使用DCOM、CORBA、RMI之类的基本结构，开发人员仍可拥有使用本地模型&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2759356.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 03 Aug 2008 05:52:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759356.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759356.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759356.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275543/1302636</fs:itemid></item><item><title>用C#制作一个最简单的Web Service</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759217.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2759217.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2759217.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2759217</trackback:ping><description>下面，我们看看如何建立和部署一个最简单的Web服务&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&amp;nbsp; 建立Web服务 &lt;BR&gt;&lt;BR&gt;1.在wwwroot目录下建立一个叫做Webservice的目录。 &lt;BR&gt;&lt;BR&gt;2.建立下面这样一个文件： &lt;BR&gt;&lt;BR&gt;&amp;lt;%@ WebService Language=&quot;c#&quot; Class=&quot;AddNumbers&quot;%&amp;gt; &lt;BR&gt;&lt;BR&gt;using System; &lt;BR&gt;using System.Web.Services; &lt;BR&gt;public class AddNumbers : WebService &lt;BR&gt;{ &lt;BR&gt;[WebMethod] &lt;BR&gt;public int Add(int a, int b){ &lt;BR&gt;int sum; &lt;BR&gt;sum = a + b; &lt;BR&gt;return sum; &lt;BR&gt;} &lt;BR&gt;} &lt;BR&gt;&lt;BR&gt;　 &lt;BR&gt;&lt;BR&gt;3.将这个文件保存为AddService.asmx(asmx是扩展名)，保存到Webservice的目录中 &lt;BR&gt;&lt;BR&gt;4.现在我们建立了Web服务，已经准备好客户端使用 &lt;BR&gt;&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2759217.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 03 Aug 2008 04:29:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759217.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759217.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/08/02/2759217.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275544/1302636</fs:itemid></item><item><title>最全的CSS浏览器兼容问题整理(IE6.0、IE7.0 与 FireFox)</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715421.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2715421.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2715421.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2715421</trackback:ping><description>最全的CSS浏览器兼容问题整理(IE6.0、IE7.0 与 FireFox)(&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2715421.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 27 Jul 2008 00:44:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715421.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715421.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715421.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275545/1302636</fs:itemid></item><item><title>31 个用来测试你网站各项性能的免费在线工具</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715059.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2715059.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2715059.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2715059</trackback:ping><description>31 个用来测试你网站各项性能的免费在线工具&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2715059.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 26 Jul 2008 23:55:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715059.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715059.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/07/26/2715059.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275546/1302636</fs:itemid></item><item><title>解读 C# 中的正则表达式</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663665.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2663665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2663665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2663665</trackback:ping><description>解读 C# 中的正则表达式&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2663665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Jul 2008 11:34:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663665.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663665.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275547/1302636</fs:itemid></item><item><title>c#正则应用</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663659.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2663659.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2663659.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2663659</trackback:ping><description>c#正则应用&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2663659.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Jul 2008 11:24:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663659.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663659.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663659.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275548/1302636</fs:itemid></item><item><title>C#正则表达式参考</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663644.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2663644.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2663644.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2663644</trackback:ping><description>C#正则表达式参考&lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2663644.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Jul 2008 10:59:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663644.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663644.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/07/17/2663644.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275549/1302636</fs:itemid></item><item><title>IO 读取txt文件问题：正由另一进程使用，因此该进程</title><link>http://blog.csdn.net/Thomas_Chen/archive/2008/07/15/2654287.aspx</link><wfw:comment>http://blog.csdn.net/Thomas_Chen/comments/2654287.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Thomas_Chen/comments/commentRss/2654287.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2654287</trackback:ping><description>IO 读取txt文件问题：正由另一进程使用，因此该进程 &lt;img src =&quot;http://blog.csdn.net/Thomas_Chen/aggbug/2654287.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 16 Jul 2008 00:02:00 +0800</pubDate><author>Thomas_Chen</author><comments>http://blog.csdn.net/Thomas_Chen/archive/2008/07/15/2654287.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Thomas_Chen/archive/2008/07/15/2654287.aspx</guid><dc:creator>Thomas_Chen</dc:creator><fs:srclink>http://blog.csdn.net/Thomas_Chen/archive/2008/07/15/2654287.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Thomas_Chen/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Thomas_Chen/~1299648/206275550/1302636</fs:itemid></item></channel></rss>