Biztalk 2010 tips and tricks

BizTalk Server 2010 Business Rule Engine: Survival Guide

by Ali Raza Zaidi on January 6, 2012

During the studying BRE i found following survival guide for BRE.

 

http://social.technet.microsoft.com/wiki/contents/articles/6480.aspx

Some excerpt form above link

Out of box the business rules engine (BRE ) is offered as either stand-alone .NET-compliant class library that includes a number of modules, support components, and tools or as component within your BizTalk solution enabling you to apply business rules to your processes (i.e. orchestrations). BRE implements the Rete algorithm , which is an efficient pattern matching algorithm for implementing production rule systems, and provides forward chaining execution. Forward chaining is one of the two main methods of reasoning when using inference rules (in artificial intelligence). This article will give you an overview of all relevant available resources regarding BRE to enable you to build robust solution with BRE.

{ Comments on this entry are closed }

microsoft.ruleengine.dll location

by Ali Raza Zaidi on January 2, 2012

You can find it at here

 

<installation drive>:Program FilesCommon FilesMicrosoft BizTalk, double-click Microsoft.RuleEngine.dll

{ Comments on this entry are closed }