There's a recent article on the front page of windowsforms.com that talks about a rules engine
-----Original Message----- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Walter Wu Sent: Tuesday, January 20, 2004 11:45 AM To: [EMAIL PROTECTED] Subject: 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;RuleManager goes thru the rules collection to do validation. This framework make biz rule extenable meanwhile without changing the existing code. ----- Original Message ----- From: "Ali" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 12:38 PM Subject: [ADVANCED-DOTNET] Rules Engine in .Net > Can anyone point me to some good reading or give some ideas about > designing a flexible rules engine in .Net ? > > I am thinking on the lines of creating a xml based rules schema which can > allow request routing based on some verb. > > Thanks > Ali > > =================================== > This list is hosted by DevelopMentorR http://www.develop.com > Some .NET courses you may be interested in: > > NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles > http://www.develop.com/courses/gaspdotnetls > > View archives and manage your subscription(s) at http://discuss.develop.com > =================================== This list is hosted by DevelopMentorR http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com
