Microsoft Windows Workflow Foundation 4.0 Cookbook
Creating the first WF program: HelloWorkflow
Creating a WF program using C# Code
Initializing a WF program using InArguments
Creating a WF program using OutArgument
Creating a WF program using InOutArgument
Using Variable in a WF program
Running a WF program asynchronously
Customizing a MyReadLine activity with Bookmark
Converting a WF program instance to XAML
Loading up a WF program from an XAML file
Testing a WF program with a unit test framework
Built-in Flow Control Activities
A number guessing game in Sequence
A number guessing game using a flowchart
Using the InvokeMethod activity
Using the Switch
Using the ParallelForEach
Receiving and replying to a WCF message
Receiving and replying to a WCF message in code workflow
Sending and receiving a reply to a WCF message
Sending and receiving a reply to a WCF message in code workflow
Using CancellationScope activity
Performing a transaction by using TransactionScope activity
Performing compensation by using Compensable activity
Performing manual compensation by using Compensate activity
Performing confirmation by using Confirm activity
Using AddToCollection
Using ClearCollection
Using RemoveFromCollection
Using ExistsInCollection
Creating an activity by inheriting the root activity
Creating a FileWriter activity
Creating an Input Message activity using Bookmark
Creating an Asynchronous HTTP Get activity
Creating an Activity Designer for the SendEmail activity
Creating an Activity Designer for the MySquence activity
Creating FileTrackingParticipant
Configuring the SQL persistence store
Loading a persisted workflow from the database
Using a persistence participant to persist additional data
Hosting a workflow service in IIS7
Implementing Toolbox, Workflow Designer, and Property Inspector views
Implementing New Workflow and Load Workflow events
Implementing Save and Save As events