ILOG Rules for .NET provides a CLR-compatible API that you use to embed and control the rule engine in a .NET application. You use the API to instantiate a rule engine, select a ruleset, to execute the rules, and to manipulate objects in the working memory.
In This Section
Discover the key classes in the ILOG Rule Engine for .NET API.
Discover how the ILOG Rule Engine for .NET loads assemblies and resolves types that it cannot find.
See the basic lines of code to create an engine, pass objects to the engine, and execute a ruleset.
Learn how to make the rule engine aware of the objects to which you want to apply business rules.
Find out how you can get data from the engine, and even record events while the engine executes.
Learn how to catch runtime exceptions.
Learn how to execute rules written on XML objects.
Learn how to reload a ruleset without stopping the application.
Related Sections