Limit this search to....

Beginning WF: Windows Workflow in .Net 4.0
Contributor(s): Collins, Mark (Author)
ISBN: 1430224851     ISBN-13: 9781430224853
Publisher: Apress
OUR PRICE:   $44.99  
Product Type: Paperback - Other Formats
Published: March 2010
Qty:
Annotation: About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from "novice to professional." You'll start your journey by seeing what you need to know--but without needless theory and filler. You'll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there--it is your trusted guide through unfamiliar territory!

Additional Information
BISAC Categories:
- Computers | Software Development & Engineering - General
- Computers | Programming Languages - General
- Computers | Programming - Microsoft
Dewey: 004
Series: Expert's Voice in .NET
Physical Information: 1.1" H x 7.5" W x 9.2" (1.60 lbs) 500 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Chapter Outline This book's projects (chapters) are grouped into five sections. In many cases, the same solution is provided in all chapters in that section, with each chapter providing new features to the project from the previous chapter. Section 1: Basic Concepts In the first section, you'll build three simple workflows. In Chapter 1, you'll create a workflow using the workflow designer and some of the basic built-in activities. In Chapter 2, you'll re-create the same workflow in code. This will give you an opportunity early on to see both designer workflows and coded workflows. Both types will be demonstrated throughout the book. In Chapter 3, you'll use the flowchart activity, which provides the ultimate flexibility in designing complex workflows. Section 2: Designing Workflows In the second section, you'll build a workflow that computes the cost of an order. Each chapter will add additional features to the project from the previous chapter. The project in Chapter 4 demonstrates how to pass data into and out of a workflow. In Chapter 5, you'll interactively execute activities based on a collection of objects. Chapter 6 will show you how to handle and throw exceptions. In Chapter 7, you'll explore the two main ways to extend the workflow activities: creating a custom activity and executing the InvokeMethod activity.