1 repository
Engines that parse and execute logic expressions against objects specifically within the .NET runtime.
Distinct from Expression Evaluators: Distinct from general Expression Evaluators by specializing in the .NET type system and runtime execution rather than compile-time processing.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime .NET. Refine with filters or upvote what's useful.
RulesEngine is a business logic evaluator for .NET that executes complex rule workflows and dynamic expressions against input data. It functions as a dynamic expression evaluator and an externalized logic framework, allowing the definition and management of business rules in JSON format to change application behavior without recompiling code. The project decouples decision logic from source code by loading policies from external files or databases. It supports the registration of custom classes and methods to extend standard expression capabilities through type injection. The framework cover
Provides a .NET business logic evaluator for executing complex rule workflows and dynamic expressions.