https://github.com/rickedb/domainvalidationcore
Domain validation project made by Eduardo Pires in .net core
https://github.com/rickedb/domainvalidationcore
Last synced: 8 months ago
JSON representation
Domain validation project made by Eduardo Pires in .net core
- Host: GitHub
- URL: https://github.com/rickedb/domainvalidationcore
- Owner: Rickedb
- License: mit
- Created: 2019-04-30T00:33:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T01:16:34.000Z (about 6 years ago)
- Last Synced: 2024-04-14T09:04:17.897Z (about 2 years ago)
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DomainValidationCore
Domain validation project made by [Eduardo Pires](https://mvp.microsoft.com/pt-br/PublicProfile/5000577?fullName=Eduardo%20%20Pires), which I tried to convert to .net core.
Domain validation is a library that helps to validates complex business rules with specification pattern.
[Eduardo Pires .Net Framework version on Nuget](https://www.nuget.org/packages/DomainValidation/)
[This .Net Core version](https://www.nuget.org/packages/DomainValidationCore)