Cargando…

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

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Zhu, Andrew
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham [U.K.] : Packt Pub., 2010.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn694147013
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 101206s2010 enka ob 001 0 eng d
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  |d OCLCO  |d OCLCQ  |d OCLCO 
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 
029 1 |a AU@  |b 000050013641 
029 1 |a AU@  |b 000050968261 
029 1 |a AU@  |b 000051395182 
029 1 |a AU@  |b 000059385860 
029 1 |a DEBBG  |b BV040902350 
029 1 |a DEBBG  |b BV043132760 
029 1 |a DEBSZ  |b 372807445 
029 1 |a DEBSZ  |b 378298569 
029 1 |a DEBSZ  |b 381384217 
029 1 |a DEBSZ  |b 421463155 
029 1 |a NZ1  |b 13934897 
029 1 |a UKMGB  |b 018014919 
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 
037 |a CL0500000155  |b Safari Books Online 
050 4 |a QA76.625  |b .Z48 2010eb 
072 7 |a COM  |x 005000  |2 bisacsh 
082 0 4 |a 005.2/768  |2 22 
049 |a UAMI 
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 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Windows workflow foundation. 
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 
630 0 7 |a Windows workflow foundation  |2 fast 
650 0 |a Workflow  |x Computer programs. 
650 0 |a Internet programming. 
650 6 |a Flux de travail  |x Logiciels. 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Enterprise Applications  |x General.  |2 bisacsh 
650 7 |a Internet programming  |2 fast 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849680783/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943968 
938 |a Books 24x7  |b B247  |n bks00037973 
938 |a ebrary  |b EBRY  |n ebr10428651 
938 |a EBSCOhost  |b EBSC  |n 421237 
938 |a YBP Library Services  |b YANK  |n 3601907 
994 |a 92  |b IZTAP