Is any WF Rules mechanism used outside of workflow operations WITHOUT using the Rule Editor or CodeDOM?
Scenario
I am trying to use the Rule mechanism that ships with Foundation Workflow classes from the .Net Framework for a web application. We evaluate hundreds of validation rules before proceeding with the calculation for a comprehensive calculation.
I went through many blogs that said how to use the rules engine without having work operations, including http://cgeers.com/2008/01/26/using-rules-outside-of-a-workflow/ . However, they all ultimately use the rule editor to define the rules. I want to declaratively define rules in an XML file
What i'm looking for
Any thoughts any?
source
share