I need to do a research on a rule engine for my .NET application and I came across NxBRE.
I have different types of objects in my application, and I want to use NxBRE when objects fields and states are changing.
For example: If A.a has changed to x and B.b is y then Do Stuff.
I couldn't find a tutorial or a good example for this, so any help would be appreciated.
In addition - if you have any suggestions for other rule engines that would best suit my needs, I'd love to here it.
Thanks.