Skip to content

Commit 6f01ae9

Browse files
committed
Add featured image
1 parent 9b3109f commit 6f01ae9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FeaturedImage.png

274 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
> _A small weekend project with a higher future purpose_
22
3+
![Domain Entity Projections](FeaturedImage.png)
4+
35
This extension to the EntityFramework Core allows to decouple the read model from entities themselves. If you practice Domain-Driven Design, then you want to separate Domain Entity/Aggregate repositories from their querying mechanism. Query results must return Entity Projections/Views instead of Entities themselves (as they contain behavior), but building projection types by hand is tedious.
46

57
The full description is published in the [Domain Entity Projections in EFCore](https://medium.com/@sergiis/domain-entity-projections-in-efcore-2dbd6a9116ff) post.

0 commit comments

Comments
 (0)