September 2010
Intermediate to advanced
272 pages
5h 16m
English
In this task, we will create the same "HelloWorkflow" function workflow using pure C# code, beginning from a Console Application.
Create a new Console Application project under the Chapter01 solution. Name the project HelloCodeWorkflow. The following screenshot shows the Console Application new project dialog:

System.Activities assembly:By default, a new Console Application doesn't have reference to the System.Activities assembly, due to which we need to perform this step.
Open Program.cs file and change the ...