Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this chapter, we will cover:
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
Debugging a WF program