malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年6月20日

Content Based Correlation In WF 4 ---a Samlpe

摘要: How to define and host workflow services with multiple receivesFirst off let me apologise for the length of this post. If you just want the code, skip to the bottom.I don’t know about you but some words just don’t seem to make their way into my skull very easily, andcorrelationis one of them. It doe 阅读全文

posted @ 2012-06-20 21:59 malaikuangren 阅读(382) 评论(0) 推荐(0) 编辑
Correlation Overview

摘要: Correlation is the mechanism for relating workflow service messages to each other or to the application instance state, such as a reply to an initial request, or a particular order ID to the persisted state of an order-processing workflow. This topic provides an overview of correlation. The other to 阅读全文

posted @ 2012-06-20 17:47 malaikuangren 阅读(209) 评论(0) 推荐(0) 编辑
Durable Duplex Sample

摘要: http://www.cnblogs.com/carysun/archive/2010/05/04/WF4-Service-Duplex.htmlhttp://www.cnblogs.com/carysun/archive/2010/05/04/WF4-service-duplexmore.htmlthis two articles is about the beginning guide for Durable Duplex. the WF4 pattern implement the Durable Duplex sounds like the way from WCF.in WCF . 阅读全文

posted @ 2012-06-20 01:51 malaikuangren 阅读(199) 评论(0) 推荐(0) 编辑
Protocol-Based Correlation in WF 4.0---Context Exchange Correclation

摘要: http://msdn.microsoft.com/en-us/library/ee358724.aspxQuestion:does anyone know the Context Exchange Correclation topic in msdn ? in this article . it took me a whole afternoon to read and test the code example , actually ,it always seems to be enough simple. but , finally . i have to say . i am fail 阅读全文

posted @ 2012-06-20 00:26 malaikuangren 阅读(278) 评论(0) 推荐(0) 编辑