Microsoft Windows workflow foundation 4.0 cookbook : over 70 recipes with hands-on, ready-to-implement solutions for authoring workflows /

Saved in:
Bibliographic Details
Author / Creator:Zhu, Andrew.
Imprint:Birmingham [U.K.] : Packt Pub., 2010.
Description:1 online resource (iii, 255 pages) : color illustrations
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11234502
Hidden Bibliographic Details
ISBN:9781849680790
1849680795
1849680787
9781849680783
9781849680783
Notes:Includes bibliographical references and index.
Print version record.
Summary:Annotation Windows Workflow Foundation 4.0 (WF) is a significant part of .NET Framework 4.0. WF makes workflow technology available to every single programmer that uses the .NET Framework 4.0. It is easy to create long running and distributed programs using WF with the right knowledge. With this book, you will discover that working with workflows is easy. This book provides both step-by-step recipes and relevant background information. It covers all the important aspects of Windows Workflow Foundation 4.0. The best thing about this book is that all recipes are based on real-world experiences of Andrew Zhu. Andrew is a global WF and BizTalk technology support engineer for Microsoft. This book covers everything you need to know, when working with workflows. Get to grips with flow control activities, messaging, and transaction processes with easy to understand steps followed by explanations. You will quickly learn to use collection and custom WF activities and WF services. You will see recipes that illustrate integration of Windows Workflow with other applications such as WPF, ASP.NET, WCF service. Lastly, you will discover how easily you can customize W4 Designer with WF rule engine and others. A fast-paced handbook with all that you wanted to know about working with workflows.

MARC

LEADER 00000cam a2200000Ma 4500
001 11234502
006 m o d
007 cr cn|||||||||
008 101206s2010 enka ob 001 0 eng d
005 20240708191943.1
016 7 |a 018014919  |2 Uk 
019 |a 765143790  |a 801812156  |a 961561207  |a 962624467  |a 988454853  |a 992112071  |a 1037522155  |a 1038701519  |a 1083565126  |a 1153471224 
020 |a 9781849680790  |q (electronic bk.) 
020 |a 1849680795  |q (electronic bk.) 
020 |a 1849680787 
020 |a 9781849680783 
020 |z 9781849680783 
035 |a (OCoLC)694147013  |z (OCoLC)765143790  |z (OCoLC)801812156  |z (OCoLC)961561207  |z (OCoLC)962624467  |z (OCoLC)988454853  |z (OCoLC)992112071  |z (OCoLC)1037522155  |z (OCoLC)1038701519  |z (OCoLC)1083565126  |z (OCoLC)1153471224 
035 9 |a (OCLCCM-CC)694147013 
037 |a CL0500000155  |b Safari Books Online 
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCQ  |d COO  |d OCLCQ  |d B24X7  |d N$T  |d UMI  |d C6I  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCA  |d DKDLA  |d OCLCQ  |d OCLCO  |d YDXCP  |d OCLCQ  |d AGLDB  |d CNNOR  |d MOR  |d PIFAG  |d LIV  |d OCLCQ  |d JBG  |d OCLCQ  |d OCLCO  |d OCLCA  |d U3W  |d OCLCF  |d BRL  |d STF  |d WRM  |d VTS  |d CEF  |d INT  |d VT2  |d OCLCQ  |d OCLCO  |d UKMGB  |d WYU  |d OCLCQ  |d OCLCO  |d UAB  |d A6Q  |d UKAHL  |d HS0  |d OCLCQ  |d UKCRE  |d BRF 
049 |a MAIN 
050 4 |a QA76.625  |b .Z48 2010eb 
072 7 |a COM  |x 005000  |2 bisacsh 
100 1 |a Zhu, Andrew. 
245 1 0 |a Microsoft Windows workflow foundation 4.0 cookbook :  |b over 70 recipes with hands-on, ready-to-implement solutions for authoring workflows /  |c Andrew Zhu. 
260 |a Birmingham [U.K.] :  |b Packt Pub.,  |c 2010. 
300 |a 1 online resource (iii, 255 pages) :  |b color illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references and index. 
520 8 |a Annotation  |b Windows Workflow Foundation 4.0 (WF) is a significant part of .NET Framework 4.0. WF makes workflow technology available to every single programmer that uses the .NET Framework 4.0. It is easy to create long running and distributed programs using WF with the right knowledge. With this book, you will discover that working with workflows is easy. This book provides both step-by-step recipes and relevant background information. It covers all the important aspects of Windows Workflow Foundation 4.0. The best thing about this book is that all recipes are based on real-world experiences of Andrew Zhu. Andrew is a global WF and BizTalk technology support engineer for Microsoft. This book covers everything you need to know, when working with workflows. Get to grips with flow control activities, messaging, and transaction processes with easy to understand steps followed by explanations. You will quickly learn to use collection and custom WF activities and WF services. You will see recipes that illustrate integration of Windows Workflow with other applications such as WPF, ASP.NET, WCF service. Lastly, you will discover how easily you can customize W4 Designer with WF rule engine and others. A fast-paced handbook with all that you wanted to know about working with workflows. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; Foreword; Table of Contents; Preface; Chapter 1: Workflow Program; Introduction; Creating the first WF program: HelloWorkflow; Creating a WF program using C# Code; Initializing a WF program using InArguments; Creating a WF program using OutArgument; Creating a WF program using InOutArgument; Using Variable in a WF program; Running a WF program asynchronously; Customizing a MyReadLine activity with Bookmark; Converting a WF program instance to XAML; Loading up a WF program from an XAML file 
505 8 |a Testing a WF program with a unit test frameworkDebugging a WF program; Chapter 2: Built-in Flow Control Activities; Introduction; Using the Foreach activity; A number guessing game in Sequence; A number guessing game using a flowchart; Using the InvokeMethod activity; Using the Switch activity in Sequence workflow; Using the FlowSwitch activity; Using the Parallel activity; Using the ParallelForEach activity; Using the Pick activity; Handling errors; Chapter 3: Messaging and Transaction; Introduction; Creating a pure WCF service; Receiving and replying to a WCF message 
505 8 |a Receiving and replying to a WCF message in code workflowSending and receiving a reply to a WCF message; Sending and receiving a reply to a WCF message in code workflow; Using CancellationScope activity; Performing a transaction by using TransactionScope activity; Performing compensation by using Compensable activity; Performing manual compensation by using Compensate activity; Performing confirmation by using Confirm activity; Chapter 4: Manipulating Collections; Introduction; Printing collection items; Using AddToCollection activity; Using ClearCollection activity 
505 8 |a Using RemoveFromCollection activityUsing ExistsInCollection activity; Chapter 5: Custom Activities; Introduction; Creating an activity by inheriting the root activity; Creating a FileWriter activity; Creating a SendEmail activity; Creating an Input Message activity using Bookmark; Creating an Asynchronous HTTP Get activity; Creating a Composite activity; Creating an Activity Designer for theSendEmail activity; Creating an Activity Designer for theMySquence activity; Chapter 6: WF4 Extensions; Introduction; Configuring ETW tracking; Creating FileTrackingParticipant 
505 8 |a Configuring the SQL persistence storeLoading a persisted workflow from the database; Using a persistence participant to persist additional data; Using a customized extension; Chapter 7: Hosting Workflow Applications; Introduction; Hosting a workflow service in IIS7; Hosting workflow in ASP.NET; Hosting workflow in WPF; Hosting workflow in a Windows Form; Chapter 8: Custom Workflow Designer; Introduction; Implementing designer layout; Implementing Toolbox, Workflow Designer, and Property Inspector views; Implementing New Workflow and Load Workflow events; Implementing Save and Save As events 
630 0 0 |a Windows workflow foundation.  |0 http://id.loc.gov/authorities/names/no2006008490 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Windows workflow foundation.  |2 blmlsh 
630 0 7 |a Microsoft .NET Framework.  |2 fast  |0 (OCoLC)fst01020083 
630 0 7 |a Windows workflow foundation.  |2 fast  |0 (OCoLC)fst01403366 
650 0 |a Workflow  |x Computer programs. 
650 0 |a Internet programming.  |0 http://id.loc.gov/authorities/subjects/sh96009904 
650 7 |a COMPUTERS  |x Enterprise Applications  |x General.  |2 bisacsh 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
903 |a HeVa 
929 |a oclccm 
999 f f |i f1df6f01-c69b-5f2a-a0ef-95e9b589d227  |s efdf788b-aeb6-583c-8aa6-b07fb0690933 
928 |t Library of Congress classification  |a QA76.625 .Z48 2010eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=421237  |z eBooks on EBSCOhost  |g ebooks  |i 12298429