An open API service indexing awesome lists of open source software.

https://github.com/liteobject/demo.ddd.withefcore


https://github.com/liteobject/demo.ddd.withefcore

csharp ddd ef

Last synced: 4 months ago
JSON representation

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