Implementation of Rules Engine in .NET [closed]

-2

I am wanting to implement a rule engine in the company. What I saw in the market are free and paid tools.

The one that caught my attention is a NXBre call that looks pretty developed and is free. The problem with this is that there is no documentation anywhere, and anything I wanted to do, it is impossible for me because there is no documentation to support.

The question is, what do you recommend to add a rule engine in .net? If it is NXBre, where can I have a good implementation (Enterprise Application) that allows to do it?

Thanks

    
asked by mpanichella 25.05.2016 в 20:31
source

1 answer

2

I understand that a rule engine would be a workflow engine.

The library you mention is little info NxBRE wiki

You did not evaluate Window Workflow Foundation could be a valid alternative that is integrated within .net, remember that you can use the visual diagrams to create the rules, you could create activities and execute them from code.

Or maybe it's useful WorkflowEngine.NET

    
answered by 26.05.2016 в 08:57