Chapter 12. Policy and Rules

After completing this chapter, you will be able to:

Most of us, I’m sure, are very comfortable writing imperative code. Imperative code is C# code that implements business processes through programmatic constructs—for example, reading a database table, adding the values from some columns in that table, and then writing the total into another database table.

In this chapter, however, we’ll dig into rules, which are mechanisms for controlling workflow execution but are considered declarative. Declarative code, in general, is code you create that isn’t compiled into assemblies but rather ...

Get Microsoft® Windows® Workflow Foundation Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.