Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.x

NxBRE3
------

Not backwards compatible with NxBRE2

For .NET 2.x
Developed on SharpDevelop 2.x

IE-Console
----------
Based on the mainstream NxBRE version

StressTest
----------
Projects used to stress NxBRE (released for v3)

Misc
----
Documentation source and other random stuff

Contributing
============
> 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