Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 485 Bytes

RuleX

HitCount

Simple, clean, and object-oriented way to create and execute business rules in .NET

Install RuleX

You should install RuleX with NuGet:

Install-Package RuleX

Or via the .NET Core command line interface:

dotnet add package RuleX

Please see wiki section for examples.