endpoint.tv: Working with Transactions in WF

endpoint.tv

Welcome to the latest video in the weekly WF/WCF Screencast series. In this short video, CSD MVP Matt Milner from PluralSight guides the viewer through how to work with Windows Workflow Foundation (WF) transactions, from the simple use case of scoping activities to participate in a transaction t...

Running time
0h14m
File size
6.00MB

Download Original File | View original post

Episode synopsis

Welcome to the latest video in the weekly WF/WCF Screencast series.

In this short video, CSD MVP Matt Milner from PluralSight guides the viewer through how to work with Windows Workflow Foundation (WF) transactions, from the simple use case of scoping activities to participate in a transaction to the more advanced scenario of queue up work to participate in a transaction from an activity or the WF host application.

In this screencast, Matt demonstrates how to use the transaction scope WF activity and set the necessary properties on the activity. He then dives into how transactions work in WF to guarantee consistency in the activities, the WF workflow, and the overall transaction that WF is participating in. Along the way, Matt uses console outputs to demonstrate the execution order of activites and the transaction to visually demonstrate what the runtime is actually doing once you execute the code.

For additional information on WF, please check out the WF Dev Center on MSDN and the .NET Endpoint team blog. For more information on classes offered by Aaron and the PluralSight folks, check out their catalog of instructor led courses and new online courses that cover a variety of Microsoft technologies, ranging from .NET v3.5 to WSS to BizTalk server.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”