.Net rules engines [closed]

て烟熏妆下的殇ゞ 提交于 2019-11-29 20:17:16

I'm not sure what you have against open source. Many open source projects are quite powerful.

Here's some examples:

I recently needed a simple rules engine for a project so I wrote my own (using Windows Workflow with a re-hosted workflow editor for the rule creators). It does not utilize any forward/backward chaining of rules like most of the other rule engines, just executes the rules from top to bottom against the desired .NET object. It's simple but it worked for what I needed. It was difficult enough to create so I decided to license it. Check http://www.enigmasupercomputing.com/RulesEngine for tutorials and demos and a 30-day trial.

I don't know what exactly are you expecting from the rule engine. If a designer GUI then I won't help. But if you want to have a script-like rule definition language with the option of modifying the rules file 'online' (without stopping the application) then you could use Boo language to build a rule DSL. Look for Boo DSL book by Ayende Rahien.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!