C#, Programming IT Nursery How to implement a rule engine? I have a db table that stores the following: RuleID objectProperty ComparisonOperator TargetValue 1 age 'greater_than' 15 2 username 'equal' 'some_name' 3 tags 'hasAtLeastOne' 'some_tag some_tag2' Now say I... May 28, 2022 0 Comments