Skip to main content

Windows Workflow Foundation (WF) Webcasts

Windows Workflow Foundation (WF) webcasts are regularly presented on MSDN Webcasts. Speakers come from both Microsoft and external, covering topics ranging from base the base WF technology to use of WF in other Microsoft products (SharePoint, Dynamics, and System Center are most popular).

On this page, you'll find the following screencasts:

Visit MSDN Webcasts to see upcoming and live webcasts. Most webcasts are recorded and made available for on-demand viewing in the days following the presentation. Recordings of the most popular webcasts will be linked on this page - so check back regularly.

MSDN Webcasts - General Workflow (WF 3.x)

Screencast Video
MSDN Webcast: Introduction to SharePoint Products and Technologies for .NET Developers: Workflows (Level 200)
Robert L. Bogue- 6/4/2008
Did you know that you can write Windows Workflow Foundation (WF) workflows in Microsoft SharePoint Products and Technologies without having to worry about storage, persistence, or how to interact with the user? Join this webcast, one of a 10-part series on SharePoint Products and Technologies for Microsoft .NET developers, to learn how from Robert Bogue, Microsoft Most Valuable Professional (MVP). Workflows make it possible to implement processes that require interaction, such as e-mail approval or form completion, by people in your organization. In this webcast, we show you how to use the Microsoft Visual Studio development system to create simple workflows in SharePoint Products and Technologies that involve approvals from people by e-mail and for meeting room resource bookings with an administrator.
Screencast Video
MSDN Webcast: Workflow Foundation Tools in Visual Studio 2008 (Level 200)
Zain Naboulsi- 4/23/2008
What is the big deal with Windows Workflow Foundation (WF) anyway? Here we take a brief look at why WF is cool and how Microsoft Visual Studio 2008 makes writing WF applications even cooler. So put down that copy of MSDN Magazine for a little while and let's see some real excitement with workflow!
Screencast Video
MSDN Webcast: Introduction to Windows Workflow Foundation (Level 200)
Glenn Gordon - 8/24/2007
Join this webcast where Glen Gordon introduces you to Windows Workflow Foundation by examining, modifying, and extending the workflow components of the DinnerNow sample solution. Learn to create custom activities, manage workflow persistence and tracking, and take some time to understand how Windows Workflow Foundation was applied in this application.

MSDN Webcasts - General WF (WF 3 Beta)

This webcast series was presented by a cross-section of Microsoft (product development, product management, and DPE) to introduce .NET developers to Windows Workflow Foundation (WF) 3.0. The webcasts were recorded in the fall of 2005, when WF was still in late beta and part of what was then called 'WinFX.'

Intro to WF (1 / 7):
Workflow in Windows Applications (Level 100)
This webcast is a code-focused introduction to developing workflow-enabled Microsoft Windows platform applications. We cover the basics of developing, designing, and debugging workflow solutions
Intro to WF (2 / 7):
Simple Human Workflow Using E-mail (Level 200)
Create custom activities to query Active Directory to retrieve user data, send e-mail, and wait for e-mail responses to continue the workflow process. Code Intensive.
Intro to WF (3 / 7):
Hosting and Communications Options in Workflow Scenarios (Level 300)
Options of hosting WF applications managing events, instance tracking, and persistence, and provide a close look at the simple communications mechanisms that are available to use in workflow applications.
Intro to WF (4 / 7):
Workflow, Messaging, and Services: Developing Distributed Applications with Workflows (Level 300)
This session looks at how developers who use either Microsoft ASMX or WCF can create workflow-oriented applications that are faster to write and more manageable/flexible once deployed.
Intro to WF (5 / 7):
Developing Event Driven State Machine Workflows (Level 300)
This session shows how to use technologies to create event-driven workflows and how to apply this to a typical programming problem. Code Intensive.
Intro to WF (6 / 7):
Extending Workflow Capabilities with Custom Activities (Level 300)
This session examines the simple process of creating custom activities. If you want to expose activities to other developers designing workflows
Intro to WF (7 / 7):
Developing Rules Driven Workflows (Level 300)
Learn how to develop advanced activities that support the modeling of rich business behavior such as human workflow. Understand when to use rules for business logic