...

/

Entities

Entities

Learn what an entity is and how to implement it in the context of Domain Driven Design.

Modeling a domain can be a difficult task. Once the whole model is done, the next step is to move on to the code. The best approach to translate the domain model into code is to use Object-Oriented Programming. Thinking about the interaction between objects is easy. To implement this approach Domain Driven Design defines a number of artifacts that allow technical experts to represent a domain model in the code.

What is model driven design?

Model Driven Design says that a software solution should be implemented based on the analysis of models. Remember that a model is an abstraction and representation of something from the real ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy