Introduction - If you have any usage issues, please Google them yourself
RulesLogic. (.NET Framework 4.0/VS 2010)
It allows simple rules creation and validation, like "(a = 3 or b = 4) and c = 7".
Currently "and / or / = / != / () operators supported. The library can be extended
with adding additional classes (for instance, +, -, ! etc).
Such rule string can be entered either as a string or via classes concstuctions.
Both approaches exist in Program.cs sample file.