Types of Workflows and selecting the best one
WorkFlow Foundation (WF) is a .NET 3.0 technology for managing workflows. Workflow can be thought of as a series of task that needs to be completed either sequentially or parrallely, completing one activity at a time in a pipeline
.NET Workflow are of two types:
1. State Machine Workflow
2. Sequential Worflow
The good question is: how to decide [...]


