P is for Programming

Building a Bug-tracking website with Windows Workflow Foundation – Part 3

August 14, 2009

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. How the Workflow integrates with the Website It might be useful at this stage to discuss how the website will integrate with WF.  Since [...]

Tags: C#, MVC, WF

Building a Bug-tracking website with Windows Workflow Foundation – Part 2

August 14, 2009

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. I’m going to create an event-driven state-machine workflow.  This means [...]

Tags: C#, MVC, WF

Building a Bug-tracking website with Windows Workflow Foundation – Part 1

August 13, 2009

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 [...]

Tags: C#, MVC, WF