Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#
上QQ阅读APP看书,第一时间看更新

Preface

Windows Workflow Foundation (WF) is a technology for defining, executing, and managing workflows. It is part of the .NET Framework 3.0 and will be available natively in the Windows Vista operating system.

Windows Workflow Foundation might be the most significant piece of middleware to arrive on the Windows platform since COM+ and the Distributed Transaction Coordinator. The difference is, not every application needs a distributed transaction, but nearly every application does have a workflow encoded inside.

This book will help you add that workflow power to your applications.