Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "The ActivityLibrary project is for all customized activities, whereas the WorkflowConsoleApp project is used for testing our customized activities".

A block of code will be set as follows:

class Program {
    static void Main(string[] args) {
        WorkflowInvoker.Invoke(GetCodeStyleWorkflow());
    }

Any command-line input or output is written as follows:

.NET Framework 4 Full (32-bit) – silent repair %windir%\Microsoft.NET\Framework\v4.0.30319\SetupCache\Client\setup.exe /repair /x86 /x64 /ia64 /parameterfolder Client /q ...

Get Microsoft Windows Workflow Foundation 4.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.