August 2010
Intermediate to advanced
1224 pages
34h 17m
English
You create a new workflow project like any other (File, New Project). Selecting the Workflow tab in the templates tree exposes four workflow project templates. You can create workflow projects in either Visual Basic or C#. Figure 23.2 shows an example of this dialog box for C#.
Figure 23.2 You select the Workflow node on the Installed Template tree to access the workflow project templates in Visual Studio.

The basic workflow template in this list is Activity Library. It is used to define a project that contains only workflow definitions. That means no host or client is in the project template; ...