[BizTalk]Microsoft BizTalk Server Futures and Roadmap

29. July 2010
My Remarks:I found this video in the pdc 09 site. this video demonstrated some interesting BizTalk 2010 and WF4 features. so I store it here to avoid forget the URL, and also share with you. You are currently watching the High Quality WMV (960x540) video. click to watch the WMV (64... [More]

BizTalk

Several Pictures

19. July 2010
1. After work, on my way home. 2. The speed of China high speed rail 3. My Cat 4. Cat is playing 5. Cat is sleeping on the balcony

Pics

[WF4] WF4 Videos

17. July 2010
endpoint.tv - Workflow and Custom Activities - Best Practices (Part 1) endpoint.tv - Workflow and Custom Activities - Best Practices (Part 2)   endpoint.tv - Workflow and Custom Activities - Best Practices (Part 3) endpoint.tv - Workflow Services with Dav... [More]

WF4

[WF4]Authoring WF4 using imperative code(II)

13. July 2010
Half a year ago, I demonstrated authoring workflow using imperative code . Today I want to talk some further more about authoring WF4 workflow using imperative code. The main focus of this article are two classes: Activity and DynamicActivity. Activity We can create a Sequence activity dynami... [More]

WF4 , ,

Migrate to BlogEngine from dasblog

11. July 2010
I have been blogging in dasblog(now its link is:http://xhinker.com/dasblogDefault.aspx) for one and a half year. dasblog is fine,but dasblog is not good and fast enough. so few themes I can use. when I find BlogEngine. I decided try it out. after one Saturday night's fighting. I finally setup up Blo... [More]

BlogEngine.NET

[WF4]Use Variable In WF4

11. July 2010
Workflow: Host:

WF4

[WF4]How to add a generic List Type Variable

11. July 2010
Here is the problem: I have a Person Class: And, I want to add a List<Person> type WF4 Variable peope to sequence, just like this: Solution: Step 1.Select Browse for types... in the Variable type list. Step 2. Step 3. Navigate to Person class and select it.

WF4

[WF4]Flowchart In Code

11. July 2010
 

WF4

[WF4]Use CompensableActivity In Code

11. July 2010
Workflow: Host: Result: Remarks: If there are not exception captured, CompensationHandler will not be executed.

WF4

[WF4]Use Bookmark

11. July 2010
We can use InArgument to pass values to workflow when an activity start executing, and use OutArgument to pass values out from an activity when it is finished. Check this. Now, we want to pass values to an activity when it IS executing. we can use bookmark to handle this job. My custom ReadLine... [More]

WF4