Tagged Questions
7
votes
4answers
428 views
.Net rules engines
I am am working on a project that would benefit from a rules engine. I have consided just using the windows workflow engine, but I would like to know what else is out there.
My project has spent ...
7
votes
2answers
458 views
Scoring / rating engines - advice and examples?
I need to create a flexible (and preferably dynamic) scoring engine, much like a credit scoring or premium calculating system. Does anyone with practical experience of creating a scoring engine have ...
3
votes
4answers
2k views
Design workflows for WF4 in Silverlight
Our system is based on flows and activities and we want to give the analysts users the opportunity to create dynamics flows (at runtime).
The designer UI based on SL 4.0 .
It looks like ...
3
votes
4answers
3k views
Using the WF rules engine without workflow in production - implementation experiences
I'm designing an application for a type of case management system that has a big requirement for customizable, flexible business rules. I'm planning on using the WF Rules Engine without workflow (see: ...
1
vote
1answer
556 views
A good rules engine for asp.net-mvc applications
I looking for a good Rules Engine to work with in my asp.net-mvc applications.
What good options do I have?
0
votes
0answers
33 views
Can a ruleset be called from rule Action in WF
We are using WF ExternalRulesetTool. As per our requirement we are supposed to call one rule from a ruleset to another rule belongs to another ruleset. Depending on the condition applied in a rule, ...
0
votes
1answer
74 views
Editing RuleSets with RuleSetDialog
RuleSet class has Name and Description properties. Rule class has Name and Description properties.
As far as I can see, using RuleSetDialog form for runtime creation of RuleSets only exposes ...