CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
domain-driven-design
09-15
Back-end
In CQRS with multiple databases, should I call database functions inside Command or inside repositor
09-11
OS
DDD, should I create a domain service just to save data?
09-08
front end
Why the address is in an invalid state in this code?
09-06
Back-end
Best practice to update an entity as part of a collection within aggregate root
09-01
database
Best practices in DDD to validate an object
08-09
Software engineering
Which layer is the correct place to convert Model to Dto?
08-01
Blockchain
Modeling a many to many relationship to a DDD aggregate
07-31
Enterprise
In DDD with CQRS how to initialize aggregate with the list of sub-entities
07-30
Enterprise
Many-to-Many Relation in EfCore with DDD
07-12
Software engineering
How to handle exceptions in event handler in Axon
06-28
Mobile
language in microservice RESt API design
06-27
Blockchain
How to use Spring cache in hexagonal architecture?
06-22
Enterprise
Problem with Dependency Injection in Controller
06-18
Software engineering
In DDD What is the correct approach to return a list from domain object?
06-15
Mobile
Should duplicate values in aggregate roots be checked in the domain layer or the application layer?
06-13
Back-end
In DDD, where should validations involving more than one context be done?
06-10
Back-end
How to Design Aggregate Root properly
06-06
Back-end
Return vs Exception
06-05
database
Avoid hard-coded roles and use dynamic ones
06-02
Blockchain
Symfony - avoid hardcoded and use dynamic roles
06-02
Enterprise
DDD - Value Object flavor of an Entity
05-23
Blockchain
How to use polymorphism in anemic domain model design?
05-23
Back-end
How do WebHooks maps to a domain service in DDD?
05-20
Back-end
What is the right way to build an entity with relationships
05-19
Software design
Handle Authorization and Authentication in DDD
05-06
Software engineering
CodeIgniter 4 \Config\Service::my-instance-method returns NULL on true $getShared
04-27
database
How to execute a default method before the interface implementation code C#?
04-20
Blockchain
Microservices - in an organization with multiple businesses
04-16
OS
Event Sourcing Optimistic Concurrency
04-14
Enterprise
DDD - Maintaining separate Domain Classes and Entity Classes in Spring Data
04-12
Mobile
Are login/register commands or queries in CQRS
04-07
Blockchain
DDD: choose relationship or only id reference with JPA/Hibernate
04-07
Software design
Notification System - dual writes problem
03-25
database
How to implement EF Core abstract based model with navigation properties of abstract types
03-23
OS
.NET EF - how to avoid code duplication for identical models in different db contexts using Clean Ar
03-23
Blockchain
DDD CQRS pattern with multiple inherited Aggregate Roots
03-06
Back-end
Domain and persistance layer, separation of concerns with repository
02-20
Software design
Is there any rule in CQRS which doesn't allow to use a query and a command in the same controll
02-17
Mobile
Should queries in CQRS return only data or can also check if an item exists?
12-29
OS
Get String text which is wrapped in a object
64
1
2
Next
Last
Links:
CodePudding