https://github.com/vkhorikov/specificationpattern
Implementation of the Specification Pattern in C#
https://github.com/vkhorikov/specificationpattern
Last synced: 23 days ago
JSON representation
Implementation of the Specification Pattern in C#
- Host: GitHub
- URL: https://github.com/vkhorikov/specificationpattern
- Owner: vkhorikov
- Created: 2016-02-03T17:28:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T10:57:36.000Z (10 months ago)
- Last Synced: 2025-03-29T21:04:52.800Z (30 days ago)
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 306
- Watchers: 15
- Forks: 72
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Specification pattern implementation in C#
=====================**There's an updated and enhanced version of this code base available [here][L3]**
This is a source code for the article regarding Specification pattern implementation.
Pluralsight course: [Specification Pattern in C#][L4]
Blog post: [Specification pattern: C# implementation][L2]
Licence
--------------
[Apache 2 License][L1][L1]: http://www.apache.org/licenses/LICENSE-2.0
[L2]: http://enterprisecraftsmanship.com/2016/02/08/specification-pattern-c-implementation/
[L3]: https://github.com/vkhorikov/SpecPattern
[L4]: http://www.pluralsight.com/courses/csharp-specification-pattern