Specification
The specification pattern implementation in RCommon.
Once again, Eric Evans and Martin Fowler have much to say on the topic of specifications so we'll leave most of the talking to them.
The specification pattern is implemented very simply in RCommon:
Once your specification is built, it can be used with other specifications to simplify business logic in an object oriented, and reusable way. Specifications are also natively supported by RCommon repository interfaces:
Last updated