In this article, i will explain following below in Windows Workflow Foundation 4.0: Simple sequence Variables Arguments if-else activity First, open your Visual Studio 2010, and create a new project and the template is “Workflow Console Application” Then… you will see workfow designer, in toolbox, click “sequence” and drag it into workflow designer [...]
Posts Tagged ‘Visual Studio 2010’
Simple Procedural Workflow using Windows Workflow Foundation 4.0
Posted: April 18, 2010 in C#, ProgrammingTags: .NET 4.0, Visual Studio 2010, Windows Workflow Foundation 4.0
1
Dynamic Workflows with XAML
Posted: April 17, 2010 in C#, ProgrammingTags: .NET 4.0, Visual Studio 2010, Windows Workflow Foundation 4.0
Dynamic workflows provide some interesting possibilities for programs that want to generate business logic or make a runtime decision on which business logic to load and run. In this tutorial, i will use exiting code that already created here. Fisrt, in Solution Explorer, rename file Workflow1.xaml into MyWorkflow.xaml. Oh yeah, do not forget to change [...]
Simple Hello World using Windows Workflow Foundation 4.0
Posted: April 16, 2010 in C#, ProgrammingTags: .NET 4.0, Visual Studio 2010, Workflow Foundation 4.0
Here i will create a simple “Hello World” application using Windows Workflow Foundation 4.0 or WF 4.0. Oh yeah, what is Windows Workflow Foundation ? Windows Workflow Foundation is a Microsoft technology for defining, executing, and managing workflows, the detail about Workflow Foundation is here. First we will create new project, choose “Workflow Console Application” [...]



