Posts Tagged Lesson

E-learning Workflow Foundation for ASP NET Developers Lesson 3 (Part 2)

Posted by on Sunday, 12 July, 2009


Windows Workflow Foundation is part of the Microsoft .NET Framework 3.5. Is this series of lessons we will understand how to develop a Page-flow solution using ASP.NET and Windows Workflow Foundation.In this lesson we will learn about state-machine workflow. We are going to understand what a state-machine is, when to use a state-machine and how windows workflow foundation support this type of workflow. In this lesson we are going to understand the concepts to work with a state-machine workflow. Some specific activities like State activity, Event Driven Activity and Set State Activity are used to work with state-machine workflows. We are going to learn how to use them creating the workflow to our Page-flow solution. The workflow to the page-flow solution will be a workflow to create an order and selected the payment type, with that we are going to use the concepts of state-machine workflow.


E learning Workflow Foundation for ASP NET Developers Lesson 2 (part 1)

Posted by on Sunday, 17 May, 2009


Windows Workflow Foundation is part of the Microsoft .NET Framework 3.5. Is this series of lessons we will understand how to develop a Page-flow solution using ASP.NET and Windows Workflow Foundation.In this lesson we will learn about activities. We will understand how to create custom activities that deal with the business of the application and why custom activities make workflow foundation be a powerful workflow platform. To create custom activities we will learn about the anatomy of an activity, the difference between a Basic Activity and a Composite Activity. To create good workflows and good custom activities we will learn about the set of out-of-the-box activities that comes with Workflow Foundation.In our demo we will continue developing our Page-flow solution. In this lesson we will create a PageFlowActivity with a custom design and a Workflow to use this activity. Technologies Used: Windows Workflow Foundation, .NET Framework 3.5, Visual Studio 2008.