.NET Rules Engine

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: John Puopolo (john.puopolo_at_fastsearch.com.nospam)
Date: 05/05/04


Date: Wed, 5 May 2004 11:37:31 -0400

All,

I am writing an application that requires a very light weight rules engine.
The core requirement is for me to express a simple rule such as:

If the value of X > 100, send an e-mail
else send a message to a pager

I can do this various ways, e.g., emit code at runtime, etc., but I was
hoping to find a lightweight engine that allows me to express rules simply
(ala above) and evalute them as needed. I do not need anything like a
"real" rules engine that does inferencing, forward propogation, backward
propagation, etc. I need very simple execution.

Many thanks in advance,
John