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
- Host: GitHub
- URL: https://github.com/shreyasjejurkar/rulex
- Owner: ShreyasJejurkar
- License: apache-2.0
- Created: 2020-10-11T07:54:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T12:50:50.000Z (over 5 years ago)
- Last Synced: 2025-08-27T04:48:02.999Z (11 months ago)
- Topics: business-rules, business-rules-engine, csharp, dotnet, rule-design-pattern, rule-engine, rules
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RuleX
=======
[](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.