Evaluate rules from any .NET code
Create, store, and run business rules with maximum flexibility - no complexity required. With Code Effects, rules are authored in a user-friendly editor, stored as XML in your database or file system, and executed in any .NET environment using a simple one-line statement and a choice of powerful Evaluator classes. It’s seamless, scalable, and built for real-world business agility.
var ev = new Evaluator<YourClass>(ruleXmlString);
var success = ev.Evaluate(yourClassInstance);
No shared security
Secure, self-contained, and deployment-ready. Code Effects runs as a standard .NET assembly—no external servers, no third-party dependencies, and no need to expose your data, rules, or security context. Just reference the assembly in your project, and rule evaluation is instantly available within your environment. This simplicity and control are what set us apart—and what our clients value most.