<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《《WF编程》笔记目录》的评论</title>
	<atom:link href="http://coding.windstyle.cn/2008/03/18/programming-wf-contents/feed/" rel="self" type="application/rss+xml" />
	<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/</link>
	<description>Windie Chai&#039;s technique blog</description>
	<lastBuildDate>Sat, 31 Dec 2011 16:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：史文星</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-583</link>
		<dc:creator>史文星</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-583</guid>
		<description>什么都不说了 好哥们~</description>
		<content:encoded><![CDATA[<p>什么都不说了 好哥们~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：a hai</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-582</link>
		<dc:creator>a hai</dc:creator>
		<pubDate>Mon, 31 Aug 2009 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-582</guid>
		<description>不知道现在还可以吗? 给我也发一份翻译���书籍吧!haidian_158085714@qq.com 谢谢了啊 全部看完了博主的文章，有些懂了 有些没有懂，看来我还得加把劲啊！</description>
		<content:encoded><![CDATA[<p>不知道现在还可以吗? 给我也发一份翻译���书籍吧!haidian_158085714@qq.com 谢谢了啊 全部看完了博主的文章，有些懂了 有些没有懂，看来我还得加把劲啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：采云摘月</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-581</link>
		<dc:creator>采云摘月</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-581</guid>
		<description>楼主真厉害啊！！最近正为WWF图形化的跟踪实现而苦恼！希望楼主能指点迷津，如果有例子那就更好了！！！</description>
		<content:encoded><![CDATA[<p>楼主真厉害啊！！最近正为WWF图形化的跟踪实现而苦恼！希望楼主能指点迷津，如果有例子那就更好了！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Fyling Bird</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-580</link>
		<dc:creator>Fyling Bird</dc:creator>
		<pubDate>Tue, 12 May 2009 09:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-580</guid>
		<description>我发现这年头怎么 牛逼的到处都是 满大街的
楼主的无私的奉献出自己的开发经验确实令人 following....

哈喇子都留流到长安街上了.....</description>
		<content:encoded><![CDATA[<p>我发现这年头怎么 牛逼的到处都是 满大街的<br />
楼主的无私的奉献出自己的开发经验确实令人 following&#8230;.</p>
<p>哈喇子都留流到长安街上了&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Windie Chai（笑煞天）</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-579</link>
		<dc:creator>Windie Chai（笑煞天）</dc:creator>
		<pubDate>Fri, 17 Apr 2009 00:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-579</guid>
		<description>@sbchao@john.geng的确，在设计���间定义的工作流流程是固定的。如果希望用户去定义工作流，也是可以做到的，WF工作流可以以XOML的形式来表示，XOML本质上就是一个XML文档，那么我们只要能让自己的设计器生成和读取这个文档就可以了，Runtime就能够加载并运行这个文档所表示的工作流。设计器方面，你可以自己开��全新的设计器，也可以继承WF提供的设计器类来开发MS风格的设计器。另外，甚至连XML的架构都可以自己设计，而不用遵循微软的标准，条件是你得实现自己的序列化类。</description>
		<content:encoded><![CDATA[<p>@sbchao@john.geng的确，在设计���间定义的工作流流程是固定的。如果希望用户去定义工作流，也是可以做到的，WF工作流可以以XOML的形式来表示，XOML本质上就是一个XML文档，那么我们只要能让自己的设计器生成和读取这个文档就可以了，Runtime就能够加载并运行这个文档所表示的工作流。设计器方面，你可以自己开��全新的设计器，也可以继承WF提供的设计器类来开发MS风格的设计器。另外，甚至连XML的架构都可以自己设计，而不用遵循微软的标准，条件是你得实现自己的序列化类。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：john.geng</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-578</link>
		<dc:creator>john.geng</dc:creator>
		<pubDate>Thu, 16 Apr 2009 23:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-578</guid>
		<description>--引用--------------------------------------------------
sbchao: 看了前面的几个章节，感觉写的不错！

所以想弱弱的问下，感觉对于 工作流的设计都是在开发（设计阶段）时设计的，但是一般我们的系统交付给用户后，具体的工作流是由用户自己定义的，这个问题怎么解决呢？WF支持这个吗？
即：工作流是由用户自己定出来的？

别砸我,对于工作流这方面还不太懂，莫怪莫怪！
--------------------------------------------------------
我也关注下这问题
</description>
		<content:encoded><![CDATA[<p>&#8211;引用&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
sbchao: 看了前面的几个章节，感觉写的不错！</p>
<p>所以想弱弱的问下，感觉对于 工作流的设计都是在开发（设计阶段）时设计的，但是一般我们的系统交付给用户后，具体的工作流是由用户自己定义的，这个问题怎么解决呢？WF支持这个吗？<br />
即：工作流是由用户自己定出来的？</p>
<p>别砸我,对于工作流这方面还不太懂，莫怪莫怪！<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
我也关注下这问题</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sbchao</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-577</link>
		<dc:creator>sbchao</dc:creator>
		<pubDate>Thu, 09 Apr 2009 11:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-577</guid>
		<description>看了前面的几个章节，感觉写的不错！

所以想弱弱的问下，感觉对于 工作流的设计都是在开发（设计阶段）时设计的，但是一般我们的系统交付给用户后，具体的工作流���由用户自己定义的，这个问题怎么解决呢？WF支持这个吗？
即：工作流是由用户自己定出来的？

别砸我,对于工作流这方面还不太懂，莫怪莫怪！</description>
		<content:encoded><![CDATA[<p>看了前面的几个章节，感觉写的不错！</p>
<p>所以想弱弱的问下，感觉对于 工作流的设计都是在开发（设计阶段）时设计的，但是一般我们的系统交付给用户后，具体的工作流���由用户自己定义的，这个问题怎么解决呢？WF支持这个吗？<br />
即：工作流是由用户自己定出来的？</p>
<p>别砸我,对于工作流这方面还不太懂，莫怪莫怪！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：palu</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-576</link>
		<dc:creator>palu</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-576</guid>
		<description>顶作者。期待你的《Pro WF in .NET 3.5》</description>
		<content:encoded><![CDATA[<p>顶作者。期待你的《Pro WF in .NET 3.5》</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Windie Chai（笑煞天）</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-575</link>
		<dc:creator>Windie Chai（笑煞天）</dc:creator>
		<pubDate>Wed, 11 Mar 2009 15:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-575</guid>
		<description>@︶ㄣ木べ头谢谢你和所有朋友的支持和关注，最近半年忙于另一本WF书籍《Pro WF in .NET 3.5》的翻译，现已接近尾声，希望能尽快和大家见面！</description>
		<content:encoded><![CDATA[<p>@︶ㄣ木べ头谢谢你和所有朋友的支持和关注，最近半年忙于另一本WF书籍《Pro WF in .NET 3.5》的翻译，现已接近尾声，希望能尽快和大家见面！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：︶ㄣ木べ头</title>
		<link>http://coding.windstyle.cn/2008/03/18/programming-wf-contents/#comment-574</link>
		<dc:creator>︶ㄣ木べ头</dc:creator>
		<pubDate>Wed, 11 Mar 2009 09:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://818615#comment-574</guid>
		<description>怎么不继续啦？</description>
		<content:encoded><![CDATA[<p>怎么不继续啦？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

