malaikuangren

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

2012年6月17日

Windows Workflow Foundation (WF4) Activities and Threads( very great article from Ron Jacobs) --- need more research into it

摘要: Most of the time in software when we say “Parallel” we mean that multiple threads are being used to do work concurrently. Because of this, many customers ask if the Parallel activity works this way in Windows Workflow Foundation. I know there is a great deal of confusion about activities and threads 阅读全文

posted @ 2012-06-17 23:38 malaikuangren 阅读(695) 评论(0) 推荐(0) 编辑
A simple test of WF Messaging Activity

摘要: firstly create a WF service which act like normal WCF service to be our service for testing.1. create a wf console project.2. add a class which is responsible for building a workflow . here is the code.classReceiveAndReplyWorkflow{publicWorkflowServiceGetInstance(){WorkflowServiceservice;Variable< 阅读全文

posted @ 2012-06-17 18:02 malaikuangren 阅读(318) 评论(0) 推荐(0) 编辑
How to publish metadata for WF service---Weird problem.

摘要: recently ,when i was coding a simple enought wf service program.i found a weird problem by using the Wcf test client tool.my wcf endpoint is http://localhost:8000/WFServicesbut if i acess this address in my chrome.i got a message like this. The service page has some helpful tips to enable metadata f 阅读全文

posted @ 2012-06-17 13:33 malaikuangren 阅读(185) 评论(0) 推荐(0) 编辑