.NET Rules Engine
From: John Puopolo (john.puopolo_at_fastsearch.com.nospam)
Date: 05/05/04
- Next message: Kevin C: "Re: out parameters"
- Previous message: Willy Denoyette [MVP]: "Re: Error 1307: Adding File Permissions to NTFS using System.Management Object in ASP.NET"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Kevin C: "Re: out parameters"
- Previous message: Willy Denoyette [MVP]: "Re: Error 1307: Adding File Permissions to NTFS using System.Management Object in ASP.NET"
- Messages sorted by: [ date ] [ thread ]