bject: Re: [ADVANCED-DOTNET] Rules Engine in .Net
This is the a good example from MS. You may want to take a look.
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnadvnet/h
tml/vbnet12232003.asp
The idea is customized rule component/ method implement the unique
interface;RuleMa
This is the a good example from MS. You may want to take a look.
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnadvnet/html/vbnet12232003.asp
The idea is customized rule component/ method implement the unique
interface;RuleManager goes thru the rules collection to do validati
How about these possibilities (not knowing what you're looking for)
Finite State Machines in .Net
http://www.codeproject.com/csharp/FSMdotNet.asp?target=State%7Cmachine%7C%2E
Net
Microsoft Application Block for UI Process
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=c92b
The expensive route would be to take a look at BizTakl Server 2004 or a
similar product or a product called the Endeavor Configuration Engine by a
company called Endeavor (Endeavour) Commerce. Not sure of your need, or
budget, but I would take a look at them. I have used the configuration
engin
I have done a bit of work with rules engines and XML.
There is a standard called RuleML [1], but as you can see from an example it
really does not lend itself well to the core concepts of why you would
typically use XML for rule containment (simple configuration typically being
a goal). An XML-ba
I would look at the STAX implementation at
http://staf.sourceforge.net/index.php
-d
- Original Message -
From: "Ali" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 14, 2004 9:38 AM
Subject: [ADVANCED-DOTNET] Rules Engine in .Net
> Can anyone point me to some good re
This isn't much but it might get you started.
A Design Pattern for a Rule Engine
Use XML data, events, and XSLT for a simple rule engine that helps you
separate business rules from application code
http://www.fawcette.com/javapro/2003_08/online/xml_yboglaev_08_01_03/
-Original Message-
F