You are here |
enterprisecraftsmanship.com | ||
| | | |
www.paepper.com
|
|
| | | | Domain Driven Design (DDD) is an influential book by Eric Evans from 2004 - sometimes also referred to as "the big blue book". This blog post summarizes some of my own understanding of the book and gives you an introduction to domain driven design. Important definitions Domain The domain is the area in the real world which we are writing a computer program about. Model The model is our representation of our domain. | |
| | | |
softwarepatternsdemystified.wordpress.com
|
|
| | | | What is a Domain Object? A domain object represents an entity that is of interest to the business as opposed to an entity that matters only to the application and the developer. The business model will usually be the template on which the domain model is constructed. The "Domain Experts" are typically the business analysts... | |
| | | |
blog.ploeh.dk
|
|
| | | | How can you both follow Command Query Separation and assign unique IDs to Entities when you save them? This post examines some options. | |
| | | |
www.interviewbit.com
|
|
| | Table Of Contents show What is System Design? Best System Design Courses 1. Scaler Academy's System Design Course 2. Software Design and Architecture... |