Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

DDD - Concurrency with quantity

Why shouldn't a repository hold transaction logic?

Alternatives to repository access from domain (DDD)

domain-driven-design

ASP.NET MVC - Complex Objects and Forms

Kotlin inline class for @Id-annotated properties

Can a domain event be emitted without being part of an aggregate state change (DDD)

Should domain models call infrastructure interfaces?

Domain model question on inheritence

c# domain-driven-design

In DDD Architecture where do I keep helper classes?

Domain logic leakage to other layers?

Domain Driven Design - How do I model a Company and Employee use case?

How is Entity Programming changing the way we think about databases?

DDD & Clean Architecture: Why not define repositories in the application layer?

Repository implementation in Application, Domain and Infrastructure Layer (DDD)

gRPC and Domain Driven Design - Where to place proto files (domain layer vs elsewhere)?

c# domain-driven-design

Type Synonyms in FSharp

f# domain-driven-design

F# - pure functional design instead of oop design

Having id-field on a value object in DDD