View on GitHub

NRules

Open source rules engine for .NET, based on the Rete matching algorithm, with internal DSL in C#

Download this project as a .zip file Download this project as a tar.gz file

NRules

NRules is an open source production rules engine for .NET, based on the Rete matching algorithm.
Rules are authored in C# using internal DSL.

Installing NRules

First, install NuGet. Then, install NRules from the Package Manager Console:

PM> Install-Package NRules

Getting Started

Use the following resources to get up and running with NRules.

Copyright © 2012-2022 Sergiy Nikolayev under the MIT license.