Week 6, year 2016
- Specification pattern: C# implementation - The topic described in this article is a part of my Specification Pattern in C# Pluralsight course. Specification pattern is not a new topic, there are many of its implementations on the Internet already. In this post, I’d like to discuss the use cases for the pattern and compare several common implementations to each other. 1. Specification pattern: what’s that? Specification pattern is a pattern that allows us to encapsulate some piece of domain knowledge into a single unit - specification - and reuse it in different parts of the code base. [Enterprise Craftsmanship]
Permalink |
From 08 February 2016 to 14 February 2016 |
Last updated on: Mon, 7 Jun 2021 09:11:14 GMT