ASP.Net 3.5 Training
Streamline delivers the following AppDev courses and our own custom courses.
- Developing Applications Using VB/C# 2008
- Developing Applications Using VB/C# 2008: Advanced Topics
- Microsoft ASP.Net Using VB or C# 2008
- Microsoft ASP.Net Using VB or C# 2008: Advanced Topics
- Windows Workflow Foundation Using VB or C# 2005
Phone 0800 0439971 for details and availability.
Windows Workflow Foundation (VB or C# - 3 days
Microsoft has provided the Windows Workflow Foundation, a set of assemblies based on the .NET Framework 2.0 (as part of the .NET Framework 3.0), along with a full-featured workflow designer built on top of Visual Studio 2005, and it’s free. Windows Workflow Foundation makes it easy to create applications that follow a flow, or react to events and move from state to state. By providing a visual interface for designing the applications, and by binding code activities directly to the design of the application, Windows Workflow Foundation makes it easier than ever to create and maintain complex business applications. In addition, Windows Workflow Foundation provides a runtime engine that manages your application’s behavior (that is, the “plumbing”) and enforces the workflow. The runtime makes sure the workflow behaves in the manner in which you designed and coded it.
Course Outline
Introduction to Workflow
- What is Windows Workflow Foundation?
- Creating Your First Workflow
- Hosting a Workflow in a Windows Application
Handling Conditions an Exceptions
- Introducing Conditional Activities
- IfElse Activity
- While Activity
- ConditionedActivityGroup Activity
- Replicator Activity
- Handling Exceptions
Flow Activities
- Introducing Flow Activities
- Delay Activity and Handling Properties
- Listen Activity
- Suspend and Terminate Activities
- Parallel and SynchronizeScope Activities
- Handling Cancellation
Making Decisions in Workflows
- Using Rules in Workflows
- Using the Policy Activity
- Setting Priorities
- Forward Chaining
Workflow Communications
- Calling Methods in the Host from the Workflow
- Handling Host Events in the Workflow
- Bi-Directional Communications
Creating State Machine Workflows
- Introduction to State Machines
- State Machine Activities
- Creating a State Machine Workflow
- Circular Navigation in State Machines
Using and Building Persistence Services
- Introducing Workflow Persistence
- Using the SQL Persistence Service
- Creating a Custom Persistence Service
Using and Building Tracking Services
- Workflow Tracking Services
- Using the SQL Tracking Service
- Tracking Profiles
- Creating a Custom Tracking Service
Creating Custom Activities
- Introducing Custom Activities
- Creating a Simple Activity
- Creating a More Complex Activity
- Creating Composite Activities
Handling Workflow Transactions
- Transactions
- Transactions in Workflows
- Transactions and Batches of Work
- Compensation in Workflows
Dynamic Workflow Updates
- Introduction to Dynamic Updates
- Modifying a Workflow from the Host Application
- Modifying a Workflow from within the Workflow
- Dynamic Rule Conditions
Workflows and Web Services
- Workflow-Based Web Services
- Building a Workflow Web Service
- Maintaining State in Web Services
- Invoking a Web Service in a Workflow