https://github.com/ddossot/NxBRE
NxBRE is a lightweight Business Rule Engine (aka Rule Based Engine) for the .NET platform.
https://github.com/ddossot/NxBRE
Last synced: 5 months ago
JSON representation
NxBRE is a lightweight Business Rule Engine (aka Rule Based Engine) for the .NET platform.
- Host: GitHub
- URL: https://github.com/ddossot/NxBRE
- Owner: ddossot
- Created: 2011-06-18T21:27:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T13:35:58.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T00:05:33.802Z (8 months ago)
- Language: C#
- Homepage: http://nxbre.dossot.net
- Size: 11.2 MB
- Stars: 130
- Watchers: 28
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-integration - NxBRE (⭐132) - Specialized .NET open-source rule engine offering efficient rule processing tailored for Microsoft environments. (Projects / BRE)
- trackawesomelist - NxBRE (⭐132) (⭐132) - Specialized .NET open-source rule engine offering efficient rule processing tailored for Microsoft environments. (Recently Updated / [Mar 26, 2025](/content/2025/03/26/README.md))
README
NxBRE
=====[](https://travis-ci.org/ddossot/NxBRE)
Web site, knowledge base: http://nxbre.dossot.net
NxBRE2
------For .NET 1.1
Developed on SharpDevelop 1.xNxBRE3
------Not backwards compatible with NxBRE2
For .NET 2.x
Developed on SharpDevelop 2.xIE-Console
----------
Based on the mainstream NxBRE versionStressTest
----------
Projects used to stress NxBRE (released for v3)Misc
----
Documentation source and other random stuffContributing
============
> All contributions are de-facto included under the MIT Licence.To contribute a new feature or fix:
- Clone this repository under your account,
- Create a branch for the contribution, named `x-${feature_name}` (for example `x-rulelml1.0-support`),
- Commit your changes to this branch,
- When done, consider squashing your commits (optional),
- Then create a pull request towards this repo's master branch.Thank you for contributing!
#### MIT Licence (c) 2003-2015 - David Dossot