WF Activities—Creating the Project
| CSharp-Online.NET:Articles |
| .NET Articles |
| © 2007 Bruce Bukovics |
Creating the Project
To begin this example, create a new workflow project using the Sequential Workflow Console Application project template. Give the project a meaningful name such as OrderEntryCode, which is the one used throughout this example.
Tip When you create a new project, Visual Studio will also prompt you to save a new solution. You can choose your own name for the solution, but it is generally easier to work with the examples in this chapter if you place all of them in a single Visual Studio solution.
|

