Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 496 Bytes

File metadata and controls

18 lines (14 loc) · 496 Bytes

Specification pattern

This repository shows the specification pattern implementation.

Getting started

this project requires .NET CORE 2.0 to run

Compilation

Clone the latest stable release :

$ git clone https://github.com/3IE/SpecificationPattern.git
$ cd SpecificationPattern
$ dotnet build
$ dotnet run --project '.\SpecificationPattern'

Blog

In order to have an explanation about this pattern, please read this article.