SDK for building Flow Steps, Forms, Rules, Reports and more in Decisions. Decisions is a visual workflow and rule engine environment for the enterprise.
Ruleengine is a simple rule engine that processes rules that are saved as a string.
It evaluates this rule string to filter an collection of objects. For more description look at
https://netmatze.wordpress.com/2012/01/22/building-a-rule-engine-in-c/
Create-compile-execute simple business rules at runtime. Built using Expression Tree; once compiled, rule can be executed over and over... with almost next to nothing execution time
Rule factory to create expression tree based rules. Rules Factory can help create rules; since there may be too many details to keep track for a complex rule.
The Micro Rule Engine is a small(As in about 200 lines) Rule Engine that allows you to create Business rules that are not hard coded. Under the hood MRE creates a Linq Expression tree and compies a rule into an anonymous method i.e. Func<T bool>
SDK for building Flow Steps, Forms, Rules, Reports and more in Decisions. Decisions is a visual workflow and rule engine environment for the enterprise.
SDK for building Flow Steps, Forms, Rules, Reports and more in Decisions. Decisions is a visual workflow and rule engine environment for the enterprise.