This repository shows the specification pattern implementation.
this project requires .NET CORE 2.0 to run
Clone the latest stable release :
$ git clone https://github.com/3IE/SpecificationPattern.git
$ cd SpecificationPattern
$ dotnet build
$ dotnet run --project '.\SpecificationPattern'
In order to have an explanation about this pattern, please read this article.