Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddd-repositories

How to test my repositories implementation?

How to decouple repository and entities

DDD design understanding

Should domain models call infrastructure interfaces?

DDD and Asynchronous Repositories

How entities covered with in an aggregate Root are saved in DDD?

DDD - Domain Model Problem

How do I effectively use SQLAlchemy with multiple DDD Repositories?

DDD Factory Responsibility

Domain Driven Design Layout Question

Should Repositories Throw Domain Errors

DDD and business rules that need ACID

ASP.NET MVC: what mechanic returns ViewModel objects?

DDD Domain Entity vs Persistence Entity

How update an entity inside Aggregate

Working with DataContext.GetTable<T>() to get a 'QueryProvider'

.net ddd-repositories cqrs

How to map database entity to the domain entity in DDD

DDD: Trying to code sorting and filtering as it pertains to Poco, Repository, DTO, and DAO using C#?