markbjerke / NRules

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

Home Page:http://nrules.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-2015 Sergiy Nikolayev under the MIT license.

About

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

http://nrules.net

License:MIT License


Languages

Language:C# 98.3%Language:PowerShell 1.6%Language:Smalltalk 0.1%Language:Batchfile 0.0%