An open API service indexing awesome lists of open source software.

https://github.com/shreyasjejurkar/rulex

Simple, clean, and object-oriented way to create and execute business rules in .NET
https://github.com/shreyasjejurkar/rulex

business-rules business-rules-engine csharp dotnet rule-design-pattern rule-engine rules

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

RuleX
=======

[![HitCount](http://hits.dwyl.com/MCCshreyas/RuleX.svg)](http://hits.dwyl.com/MCCshreyas/RuleX)

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

### Install RuleX

You should install [RuleX with NuGet](https://www.nuget.org/packages/RuleX):

Install-Package RuleX

Or via the .NET Core command line interface:

dotnet add package RuleX

Please see [wiki](https://github.com/MCCshreyas/RuleX/wiki) section for examples.