Click here to Skip to main content
15,885,799 members
Everything / Domain

Domain

domain

Great Reads

by Sheikh Jubair
This article is about how to implement domain driven design and take care of the complexity of complex software in the domain of the software with DDD.
by Z Kavtaskin
Domain driven design - my top 5 best practices
by Gediminas Geigalas
In your domain model, you often need to pass the same repetitive information to your domain entities or value objects. This article suggests a solution that I call "Domain Context".
by Codescribler
Are you making these 10 domain driven design mistakes?

Latest Articles

by Sergii Grybniak
Knowing tactical design patterns within the DDD approach is as important as having a deep understanding of strategic design patterns. In this article, I explain everything you need to know about DDD's tactical modeling process.
by Sergii Grybniak
If you want to rely on strategic modeling to make the development process more efficient, domain-driven design is what you need.
by Z Kavtaskin
Domain driven design - my top 5 best practices
by Codescribler
Are you making these 10 domain driven design mistakes?

All Articles

Sort by Score

Domain 

16 Sep 2014 by Gediminas Geigalas
In your domain model, you often need to pass the same repetitive information to your domain entities or value objects. This article suggests a solution that I call "Domain Context".
20 Jan 2015 by SneakyPeet
Introduction To Practical Domain Driven Design
22 Sep 2014 by Gediminas Geigalas
This article provides some insights into implementation of Domain Event handlers that contain non-transactional behavior.