NRules is a production rules engine for .NET, based on the Rete matching algorithm. Rules are authored in C# using internal DSL.
First, install NuGet. Then, install NRules from the Package Manager Console:
PM> Install-Package NRules
See Getting Started guide on NRules wiki. Or check out the discussion group.
-- Copyright © 2012-2014 Sergiy Nikolayev under the MIT license.