ILOG Rules for .NET User Guides > Samples > Executing Samples > Rule Application Sample

This sample demonstrates how to embed the rule engine into an existing local application.

This sample covers:

The C# source files of this sample are in the directory <InstallDir>\Samples\Executing\Rule Application\cs.

The Visual Basic source files of this sample are in the directory <InstallDir>\Samples\Executing\Rule Application\vb.

Where <InstallDir> refers to the installation directory of ILOG Rule Studio for .NET.

This sample contains the following files and directories:

To run the sample
  1. In Visual Studio .NET, open the solution Rule Application.sln.
  2. From the Build menu, click Build Solution.
  3. From the Debug menu, click Start Without Debugging.

Highlights

This basic sample showing how to run the rule engine and display results on the console.

See Also

Executing Rules