https://github.com/liteobject/demo.ddd.withefcore
https://github.com/liteobject/demo.ddd.withefcore
csharp ddd ef
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liteobject/demo.ddd.withefcore
- Owner: LiteObject
- Created: 2021-06-22T19:50:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T22:13:28.000Z (about 3 years ago)
- Last Synced: 2025-05-21T19:14:11.281Z (9 months ago)
- Topics: csharp, ddd, ef
- Language: HTML
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Driven Design with EF Core
1. Aggregate Root
2. Value Object (owned entity types)
3. Specification
4. API Versioning
5. Unit tests using Moq & In-Memory database
6. Integration tests
7. RESTful principles
8. PATCH endpoint
9. Repository pattern (with EF core)
10. Pagination
11 Added instruction on how to generate test coverage report