Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddd-repositories

DDD: where should logic go that tests the existence of an entity?

DDD: How to handle large collections

how to implement services and repositories on onion architecture?

Aggregate for one entity

DDD Choosing Aggregate Roots

Domain Driven Design - How to handle updates for parts of your aggregrate roots

DDD Repository Awareness of Other Repositories

Real World ASP.NET MVC Repositories

doing entity delete in DDD

Naming of domain objects that act like ddd building blocks such as repositories

repositories and querying with raw sql?

How to alter the design so that entities don't use injections?

Loading a Value object in List or DropdownList, DDD

DDD - Duplication between service layer and repositories

Which layer should Repositories go in?

Question about Repositories and their Save methods for domain objects

Is there a common DDD pattern to deal with under-loading of domain objects?

DDD When should I create a domain object and a persistence object instead of using a persistence object as a domain object?

How to keep your unit tests simple and isolated and still guarantee DDD invariants?

Using Generic Repository and Stored Procedures