Categories: ASP.NET, ASP.NET 2.0, Workflow Posted by AlexanderZeitler on 12/28/2005 12:11 PM | Comments (3)

Using Windows WF, you can create processor flow-based workflows and host them in any type of .NET application. ASP.NET developers face a unique set of issues that can benefit from workflows, such as maintaining state and page navigation.

Todd Kitta shows a sample implementation of the MVC Pattern using WF and ASP.NET in his devx article "Working with Windows Workflow Foundation in ASP.NET"

Comments

Comments are closed