python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Proper aggregate design and complex specification query
I have a lack of understanding of the DDD aggregate topic.
I do have an Offer aggregate that has navigation property to its children's collection OfferProducts.
When I learned entity framework I thoug...

Szymon Sus
Votes: 0
Answers: 1
Does The Unit Of Work Make Sense with Clean Architecture(DDD) Or Just The Repository Is Enough?
I want to ask if it make sense to use the unit of work with repositories on a project following the domain driven design philosophy and clean architecture or it doesn't make more sense and the generic...

Muhamad Eissa
Votes: 0
Answers: 1
Specification pattern with Entity Framework generic repository pattern
Recently I have encountered an article Implement the Query Specification pattern and I am confused about using specification pattern with generic repository.
I have already a generic repo like this:
p...
Omer
Votes: 0
Answers: 1