WF session at Nuvica Pakistan
On Saturday I delivered an introductory session on WF at the Nuvica Pakistan office. The slides for this session and the sample code for the series of posts I have written on WF can be found on ...
[More]
Learning WF - Part 10
In this installment we will look at the tracking capabilities built into WF. Tracking basically allows you to "log" all the actions your workflows are performing. This includes both the stan...
[More]
Learning WF - Part 8
In this installment we will be looking at consuming and exposing web services through Workflow Foundation. Needless to say that any modern framework should have the ability to easily interface with we...
[More]
Learning WF - Part 7
Till this point we have been working with sequential workflows. Sequential workflows are suitable for all processes where all the "arrows" seem to be pointing in one direction. I...
[More]
Learning WF - Part 6
Let's continue from where we left off, in the current installment we will learn about communicating between host and the workflow instance. Why is this communication important when we can execut...
[More]