The Business Rules Framework is a Microsoft .NET-compliant class library. It provides an efficient inference engine that can link highly readable, declarative, semantically rich rules to any business objects (.NET components), XML documents, or database tables.
Application developers can build business rules by constructing rules from small building blocks of business logic (small rule sets) that operate on information (facts) contained in .NET objects, database tables, and XML documents. This design pattern promotes code reuse, design simplicity, and modularity of business logic.
BRE uses Rete algorithm; a highly efficient algorithm for implementing business rule engines. BRE can be invoked from Orchestration Process or from a C# method
Comments
Post a Comment
Please write comment only that belongs to this blog