Domain Driven Design (DDD) - jyotiprasadpal/useful-resources GitHub Wiki
Articles, Blogs, Github
- Free Domain-Driven Design Learning Resources
- Domain-Driven Design in ASP.NET Core applications
- Sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon
- Domain-Driven Design Reference | Eric Evans
- Introduction into Domain-Driven Design (DDD)
Books
Videos
What is DDD?
Ubiquitous Language
Domain, Subdomain, Bounded Context
Bounded Context
- What does bounded context mean in Microservices World? | stackoverflow
- Bounded Contexts - Cyrille Martraire - DDD Europe 2019 | youtube
- Bounded Contexts - Eric Evans - DDD Europe 2020 | youtube
- Bounded Contexts are NOT Microservices
Questions
- How will you determine boundary of bounded context?
Aggregates & aggregate root
Entities & Value objects
- Value Object
- Value Objects to the rescue!
- Domain-Driven Design: Entities, Value Objects, and How To Distinguish Them
Event sourcing
Questions
- What is context map? How is it useful?
- What is aggregate pattern?