Difference between revisions of "Microsoft Workflow Foundation"
From Richard's Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * [http://visualstudiomagazine.com/articles/2011/09/21/simplify-workflow-with-custom-activities.aspx Simplify Workflow with Custom Activities] | ||
+ | * [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=35ec8682-d5fd-4bc3-a51a-d8ad115a8792&displaylang=en Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples for .NET Framework 4 (Microsoft download)] | ||
* [http://code.msdn.microsoft.com/Windows-Workflow-b4b808a8 Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab (MSDN)] | * [http://code.msdn.microsoft.com/Windows-Workflow-b4b808a8 Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab (MSDN)] | ||
* [http://msdn.microsoft.com/en-au/netframework/aa663328.aspx Windows Workflow Foundation on MSDN] | * [http://msdn.microsoft.com/en-au/netframework/aa663328.aspx Windows Workflow Foundation on MSDN] | ||
* [http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41 Hands On Lab: Introduction to Windows Workflow Foundation (WF4)] | * [http://visualstudiogallery.msdn.microsoft.com/7fe6f504-a58d-456e-8f55-e64bddc81a41 Hands On Lab: Introduction to Windows Workflow Foundation (WF4)] | ||
− | * [http://dotnetaddict.dotnetdevelopersjournal.com/wwf2.htm WWF - Using, Activating, and Persisting Workflows] | + | * [http://msmvps.com/blogs/theproblemsolver/archive/2009/11/19/windows-workflow-foundation-4-and-persistence.aspx Windows Workflow Foundation 4 and persistence] (notes around SqlWorkflowInstanceStore and properties on WorkflowApplication and WorkflowServiceHost) |
+ | * [http://dotnetaddict.dotnetdevelopersjournal.com/wwf2.htm WWF - Using, Activating, and Persisting Workflows (WF 2)] |
Latest revision as of 17:32, 22 September 2011
- Simplify Workflow with Custom Activities
- Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples for .NET Framework 4 (Microsoft download)
- Windows Workflow Foundation (WF4) - Introduction to State Machine Hands On Lab (MSDN)
- Windows Workflow Foundation on MSDN
- Hands On Lab: Introduction to Windows Workflow Foundation (WF4)
- Windows Workflow Foundation 4 and persistence (notes around SqlWorkflowInstanceStore and properties on WorkflowApplication and WorkflowServiceHost)
- WWF - Using, Activating, and Persisting Workflows (WF 2)