Browse by Tags
All Tags »
Workflow »
RC1 (
RSS)
Image by ponChiang via Flickr Note: This blog post is written using the .NET framework 4.0 RC 1 Using the ReceiveAndSendReply activity template and the WorkflowServiceHost it is easy to create a workflow service. Other applications can communicate...
Note: This blog post is written using the .NET framework 4.0 RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. Its nice and easy, you design the workflow, compile it and at runtime there is a .NET type you use to...
Note: This blog post is written using the .NET framework 4.0 RC 1 Using Workflow Foundation 4 the NativeActivity is the powerhouse when it comes to building native activities. One of its many capabilities is around error handling. Every so often I run...