|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
OR_ocn156932027 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr zn||||||||| |
008 |
070523s2007 waua o 001 0 eng d |
010 |
|
|
|a 2006940677
|
040 |
|
|
|a N15
|b eng
|e pn
|c N15
|d OSO
|d DLC
|d COO
|d UMI
|d BAKER
|d TXJ
|d CEF
|d B24X7
|d OCLCQ
|d DEBSZ
|d N$T
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCA
|d OCLCQ
|d OCLCO
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCF
|d WYU
|d UAB
|d VT2
|d CNCEN
|d RDF
|d UX1
|d INARC
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 154684800
|a 765142823
|a 778791541
|a 790554937
|a 1064035245
|a 1083235918
|a 1103267143
|a 1112888195
|a 1129335555
|a 1150301334
|a 1152985751
|a 1240511596
|
020 |
|
|
|a 9780735636699
|q (electronic bk.)
|
020 |
|
|
|a 0735636699
|q (electronic bk.)
|
020 |
|
|
|a 9780735638594
|q (electronic bk.)
|
020 |
|
|
|a 0735638594
|
020 |
|
|
|z 9780735623354
|
020 |
|
|
|z 073562335X
|
029 |
1 |
|
|a CHBIS
|b 006148162
|
029 |
1 |
|
|a CHVBK
|b 171437470
|
029 |
1 |
|
|a DEBSZ
|b 355424886
|
029 |
1 |
|
|a HEBIS
|b 29149644X
|
035 |
|
|
|a (OCoLC)156932027
|z (OCoLC)154684800
|z (OCoLC)765142823
|z (OCoLC)778791541
|z (OCoLC)790554937
|z (OCoLC)1064035245
|z (OCoLC)1083235918
|z (OCoLC)1103267143
|z (OCoLC)1112888195
|z (OCoLC)1129335555
|z (OCoLC)1150301334
|z (OCoLC)1152985751
|z (OCoLC)1240511596
|
037 |
|
|
|a CL0500000011
|b Safari Books Online
|
050 |
0 |
0 |
|a QA76.625
|b .S385 2007
|
072 |
|
7 |
|a COM
|x 051010
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2/768
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Scribner, Kenn.
|
245 |
1 |
0 |
|a Microsoft Windows Workflow Foundation step by step /
|c Kenn Scribner (Wintellect) ; [edited by] Lynn Finnel.
|
260 |
|
|
|a Redmond, WA :
|b Microsoft Press,
|c 2007.
|
300 |
|
|
|a 1 online resource (xxviii, 481 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Step by step
|
500 |
|
|
|a Title from title screen.
|
500 |
|
|
|a Includes index and link to CD content.
|
520 |
|
|
|a Get hands-on guidance for using Microsoft Windows Workflow Foundation to create process-managed applications for Microsoft Windows--one step at a time. Understanding Windows Workflow Foundation is essential for every developer who works with multiple applications and services that must exchange data or results. Windows Workflow Foundation defines a process flow amongst people, applications, and services--mapping dependencies and sequences to allow automation of tasks across previously stand-alone programs. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises to understand the core capabilities and fundamental techniques for working with Windows Workflow Foundation. New-to-topic developers can take a sequential approach to understanding workflows and learning how to create Windows Workflow Foundation-enabled applications and services. This book includes practice exercises and code samples to help developers accelerate their productivity.
|
505 |
0 |
|
|a Cover; Copyright Page; Dedication; Table of Contents; Foreword; Acknowledgments; Introduction; Who This Book Is For; Finding Your Best Starting Point in This Book; Conventions and Features in This Book; Conventions; System Requirements; Code Samples; Installing the Code Samples; Installing and Configuring the Microsoft .NET Framework 3.0 (Windows XP Only); Installing the Visual Studio 2005 Extensions for .NET Framework 3.0; Installing the Visual Studio 2005 Extensions for Windows Workflow Foundation; Installing the SQL Server Management Studio Express Edition; Using the Code Samples
|
505 |
8 |
|
|a Uninstalling the Code SamplesOnline Companion Content; Support for This Book; Questions and Comments; Part I: Introducing Windows Workflow Foundation (WF); Chaper 1: Introducing Microsoft Windows Workflow Foundation; Workflow Concepts and Principles; Enter the Operating System; Multithreading and Workflow; Comparing WF with Microsoft BizTalk and WCF; Beginning Programming with WF; Visual Studio Workflow Support; Building Your First Workflow Program; Chapter 1 Quick Reference; Chaper 2: The Workflow Runtime; Hosting WF in Your Applications; A Closer Look at the WorkflowRuntime Object
|
505 |
8 |
|
|a Building a Workflow Runtime FactoryStarting the Workflow Runtime; Stopping the Workflow Runtime; Subscribing to Workflow Runtime Events; Chapter 2 Quick Reference; Chaper 3: Workflow Instances; Introducing the WorkflowInstance Object; Starting a Workflow Instance; Starting a Workflow Instance with Parameters; Determining Workflow Instance Status; Terminating a Workflow Instance; Dehydration and Rehydration; Chapter 3 Quick Reference; Chaper 4: Introduction to Activities and Workflow Types; Introducing the Activity, the Basic Unit of Work; The ActivityExecutionContext Object
|
505 |
8 |
|
|a Dependency Properties 101Activity Validation; Workflow Types; Selecting a Workflow Type; The Sequence Activity; Building a Sequential Workflow Application; The State Activity; Building a State Machine Workflow Application; Chapter 4 Quick Reference; Chaper 5: Workflow Tracking; Pluggable Services; Workflow Tracking; Workflow Event Tracking Using SqlTrackingService; Setting Up SQL Server for Tracking; Using the SqlTrackingService Service; Tracking User Events; Building Custom Tracking Profiles; Viewing Tracking Information with WorkflowMonitor; Chapter 5 Quick Reference
|
505 |
8 |
|
|a Chaper 6: Loading and Unloading InstancesPersisting Workflow Instances; Setting Up SQL Server for Persistence; Introducing the SqlWorkflowPersistenceService Service; Unloading Instances; Loading Instances; Loading and Unloading Instances on Idle; Chapter 6 Quick Reference; Part II: Working with Activities; Chaper 7: Basic Activity Operations; Using the Sequence Activity Object; Using the Code Activity; Using the Throw Activity; Using the FaultHandler Activity; Quick Tour of the Workflow Visual Designer; Using the Suspend Activity; Using the Terminate Activity; Chapter 7 Quick Reference
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Windows workflow foundation.
|
630 |
0 |
7 |
|a Windows workflow foundation.
|2 blmlsh
|
630 |
0 |
7 |
|a Windows workflow foundation.
|2 fast
|0 (OCoLC)fst01403366
|
650 |
|
0 |
|a Application software
|x Development
|x Computer programs.
|
650 |
|
0 |
|a Workflow
|x Computer programs.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement
|x Logiciels.
|
650 |
|
6 |
|a Flux de travail
|x Logiciels.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Workflow
|x Computer programs.
|2 blmlsh
|
650 |
|
7 |
|a Internet programming.
|2 blmlsh
|
650 |
|
7 |
|a Application software
|x Development
|x Computer programs.
|2 fast
|0 (OCoLC)fst00811708
|
776 |
0 |
8 |
|i Print version:
|a Scribner, Kenn.
|t Microsoft Windows workflow foundation.
|d Redmond, Wash. : Microsoft Press, ©2007
|z 073562335X
|w (DLC) 2006940677
|w (OCoLC)122354487
|
830 |
|
0 |
|a Step by step (Redmond, Wash.)
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780735623354/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Baker & Taylor
|b BKTY
|c 44.99
|d 33.74
|i 073562335X
|n 0006828259
|s active
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 431706
|
938 |
|
|
|a Internet Archive
|b INAR
|n microsoftwindows0000scri
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7485888
|
994 |
|
|
|a 92
|b IZTAP
|