Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 231 Bytes

File metadata and controls

13 lines (7 loc) · 231 Bytes

FastRules

.Net Rule Engine with a focus on high load and performance.

How to use

var network = new Network(); var session = new Session(); var fact = new Fact();

var ruleAction = network.Run(session, fact);