How to choose the proper bounds for an Aggregate in DDD?...
Read MoreMultiple Hexagonal architecture with sprint boot...
Read MoreWhat's the point of creating mappers to convert entity<>DTOs?...
Read MoreWhat are the typical layers in an onion architecture?...
Read MoreBounded Context for Master and Reference Data in DDD...
Read MoreDomain models and the List / Detail page...
Read MoreHexagonal architecture - sequence of calls...
Read MoreSeparate application service for command / query in CQRS implementation in Domain Driven Design?...
Read MoreLaravel: changing the location of the Exception handler class...
Read MoreProgramming pattern / architectural question...
Read MoreCreating an Aggregates leads to an CommandExecutionException: OUT_OF_RANGE: [AXONIQ-2000] Invalid se...
Read MoreBest practices with a domain object collection in DDD...
Read MoreWhat should be the parameters of the entity ctor when mapping from dto to entity?...
Read MoreDDD - Maintaining separate Domain Classes and Entity Classes in Spring Data...
Read MoreMissing type map configuration or unsupported mapping when mapping from a JSON string to IEnumerable...
Read MoreThe entity type 'Access' requires a primary key to be defined. If you intended to use a keyl...
Read MoreHow do I access an entity behind my aggregate root?...
Read MoreWhat is the difference between Command + CommandHandler and Service?...
Read MoreDownload data from Bluetooth low energy device...
Read MoreEnum type naming conventions in DTO's...
Read MoreWhat's wrong with multiple entities in multiple bounded contexts pointing to the same identity?...
Read MoreDomain driven design: How to add a new database entry for an Aggregate?...
Read Morewhen to pass args to the constructor of a service in ts?...
Read MoreWhich approach is better for passing ETags to input ports: as domain objects or as strings?...
Read MoreWhat other ways are there to avoid 'assembly leaking' than friend assemblies?...
Read MoreWhere should I place the logic for one entity altering the state of another entity within Django RES...
Read MoreDDD Hexagon - Should the Domain Layer ever talk to the Infrastructure (DAL) Layer in any situation?...
Read MoreInterface for use cases (application services)?...
Read MoreDomain Service vs Application Service By Example...
Read More