舉報

會員
Microsoft Windows Workflow Foundation 4.0 Cookbook
最新章節:
Index
Thisisafast-pacedandto-the-pointhandbook,ittakesyouthroughtheimportantaspectsthatyouneedtoknowwhenworkingwithWindowsWF.Therangeoftopicsthatwecoverinthisbookisdrivenbywhattheworkingdeveloperneedstoknow.ItisneitheracomprehensivereferencetothewholeWFarchitecture,norastrategicguidetothecompleteapplicationdevelopmentlifecycle.IfyoufindyourselfworkingwithWindowsWorkflowFoundation4.0andyouhavebasicknowledgeofC#/.NETFramework/VBandworkflow,thisbookisforyou.ItwillbebestifyouknowbothC#andVB,becauseWF4.0expressioncanonlybewritteninVB(atthetimeofwriting).Withthisbook,youwillbeabletoenhanceyourapplicationswithflexibleworkflowcapabilitiesusingWF4.0.Tofollowtherecipes,youwillneedtobecomfortablewith.NETFramework,C#programming,basicsofSOA,andhowtodevelopthem.
目錄(85章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- About the Reviewers
- Foreword
- Preface
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Errata
- Piracy
- Questions
- Chapter 1. Workflow Program
- 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
- Testing a WF program with a unit test framework
- Debugging a WF program
- Chapter 2. Built-in Flow Control Activities
- Using the Foreach activity
- A number guessing game in Sequence
- A number guessing game using a flowchart
- Using the InvokeMethod activity
- Using the Switch<T> activity in Sequence workflow
- Using the FlowSwitch<T> activity
- Using the Parallel activity
- Using the ParallelForEach<T> activity
- Using the Pick activity
- Handling errors
- Chapter 3. Messaging and Transaction
- Creating a pure WCF service
- Receiving and replying to a WCF message
- Receiving and replying to a WCF message in code workflow
- Sending 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
- Printing collection items
- Using AddToCollection<T> activity
- Using ClearCollection<T> activity
- Using RemoveFromCollection<T> activity
- Using ExistsInCollection<T> activity
- Chapter 5. Custom Activities
- 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 the SendEmail activity
- Creating an Activity Designer for theMySquence activity
- Chapter 6. WF4 Extensions
- Configuring ETW tracking
- Creating FileTrackingParticipant
- Configuring the SQL persistence store
- Loading a persisted workflow from the database
- Using a persistence participant to persist additional data
- Using a customized extension
- Chapter 7. Hosting Workflow Applications
- 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
- Implementing designer layout
- Implementing Toolbox Workflow Designer and Property Inspector views
- Implementing New Workflow and Load Workflow events
- Implementing Save and Save As events
- Implementing XAML Workflow Tab and Run events
- Implementing visual tracking
- Index 更新時間:2021-04-13 17:00:59
推薦閱讀
- TensorFlow與自然語言處理應用
- 性能測試從零開始
- IBM Lotus Notes 8.5 User Guide
- Sencha Touch Cookbook, Second Edition
- After Effects全套影視特效制作典型實例(第2版)
- 像攝影師一樣調色
- Getting Started With Oracle SOA Suite 11g R1 – A Hands/On Tutorial
- 中文版Photoshop CS6平面設計從新手到高手(超值版)
- AI繪畫實戰:Midjourney從新手到高手
- Microsoft Dynamics GP 2010 Reporting
- 7小時精通剪映:短視頻剪輯/調色/特效/字幕(手機版+電腦版)
- FLUENT 15.0流場分析實戰指南
- Autodesk Maya 2015標準教材II
- Photoshop CC平面設計實戰從入門到精通
- TYPO3 4.3 Multimedia Cookbook
- Photoshop CC 從入門到精通
- Photoshop淘寶網店設計與裝修完全實例教程
- Creo 6.0產品設計實例精解
- 設計必修課:中文版Illustrator CC 2022圖形設計教程
- 老郵差Photoshop數碼照片處理技法蒙版篇(第2版)
- 邊做邊學:After Effects CS6影視后期合成案例教程(微課版)
- SolidEdge ST10中文版標準教程
- 從零開始:CINEMA 4D中文版案例教程
- WordPress Top Plugins
- 新印象 Cinema 4D+Octane Render建模/材質/燈光/渲染技術與產品包裝表現實例教程
- Oracle APEX 4.0 Cookbook
- Oracle E/Business Suite 12 Financials Cookbook
- Unreal Engine 4 特效設計必修課
- 電路板設計與開發:Altium Designer應用教程
- 深入理解Android 5 源代碼