Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T13:35:58.000Z (over 8 years ago)
- Last Synced: 2024-04-27T22:32:51.835Z (6 months ago)
- Language: C#
- Homepage: http://nxbre.dossot.net
- Size: 11.2 MB
- Stars: 129
- Watchers: 28
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-integration - NxBRE (⭐131) - Open-source rule engine specifically designed for the .NET platform. (Projects / BRE)
README
NxBRE
=====[![Build Status](https://travis-ci.org/ddossot/NxBRE.svg?branch=master)](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