Foundations of WF: An Introduction to Windows Workflow Foundation

For many years, I’ve been writing software applications that are based on workflow. In each of those applications, I needed to write code to handle the workflow actions. Even after writing some reusable code, substantial code needed to be created. Now Microsoft has released Windows Workflow Found...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Myers, Brian R.
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31387
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:For many years, I’ve been writing software applications that are based on workflow. In each of those applications, I needed to write code to handle the workflow actions. Even after writing some reusable code, substantial code needed to be created. Now Microsoft has released Windows Workflow Foundation, which will make creating workflow code much easier. WF, as it is known, provides out-of-the-box activities that can be added to a workflow application. With only minor changes to the properties of these activities, WF can provide a fully functional workflow for your application. You can also create your own activities to extend the out-of-thebox activities, and you can even embed a Workflow Designer into a Windows-based application and allow users to create workflow. This book will explain the basics of workflow, and also show you most of the out-of-the-box activities that are provided with WF. Each chapter covers at least one out-of-the-box activity, and each chapter includes not only an explanation of the activity, but also a practical example of the activity. Finally, this book will provide you with a real-world example of creating an ASP.NET application integrated with a workflow created with WF. If you’ve created workflow applications in the past, you’ll want to look at WF and what it has to offer. This book will be a great start to using WF and will get you ready to create workflow applications faster than in the past.