1

Possible Duplicate:
Looking for simple rules-engine library in .NET

I'm looking for a rule engine for .NET that is going to be used to control what we're displaying for different types of users etc. on an ASP.NET MVC site, but it is also going to be queried by some of our clients' applications (my guess is that they're going to have to query it through some kind of web service). The engine does not necessarily have to provide a web service API of its own, but it should not be to hard to create a web service that enables us to query it.

Do you have any suggestions?

Community
  • 1
  • 1
Nocklas
  • 1,367
  • 4
  • 15
  • 27

1 Answers1

1

No express "business rules engine" comes to mind, but two technologies to consider are WWF and Hierarchical state machines (HSM). See the .net port of the HSM.

Brent Arias
  • 29,277
  • 40
  • 133
  • 234