Talking Points: Building App Using .NET Workflow
Posted by: Federal Developer Weblog,
on 02 Jun 2009 |
View original | Bookmarked: 0 time(s)
Windows Workflow Foundation Windows Workflow Foundation first shipped as part of .NET Framework 3.0, and allows you to add workflow capabilities to your applications. Workflow can be described as the ability to describe some set of coordinated work with minimal of fuss/description. In other words, declaratively. It is especially well suited to apps that are long-running and stop and start execution. There is a runtime, programming model, and tools/designers for adding workflow capabilities to your...