WF
Building a Bug-tracking website with Windows Workflow Foundation – Part 3
In my previous post I designed the Bug-tracking workflow and created a custom activity for updating and persisting bugs. In this post I’m going to try and put it all together.
Building a Bug-tracking website with Windows Workflow Foundation – Part 2
In my previous post I created the outline for the website and introduced Unity as the dependency injection framework. In this post I’m going to design the actual workflow and show how to manage the persistence of the workflow as well as the domain objects.
Building a Bug-tracking website with Windows Workflow Foundation – Part 1
In the past week or so I have been trying to come to grips with Windows Workflow Foundation (WF). I have read numerous articles (the good ones are few and far between) and I think I’m finally getting the hang of it. To this end I’m going to create a Bug-tracking application as an example of creating a workflow-based website.