1 repository
Frameworks designed to decouple business rules from source code via external policy loading.
Distinct from External Framework Integrations: None of the candidates describe the general architectural pattern of an externalized logic framework; they focus on specific bindings or plugins.
Explore 1 awesome GitHub repository matching software engineering & architecture · Externalized Logic Frameworks. 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 framework for decoupling business rules from source code by loading policies from external files or databases.