Top "Domain-model" questions

A domain model is composed of the objects, behavior, relationships, and attributes that make up the industry that is the focus of development.

Using enum values in Domain Model with EF Code First approach

I use Entity Framework Code First approach in my MVC application and I have some entity classes for every table …

c# asp.net-mvc entity-framework enums domain-model
Domain Model and Object Model

What is Domain Model? What is Object Model? Are Domain Model and Object Model the same thing? What is the …

oop domain-model object-model
DDD: Entity identity before being persisted

In Domain Driven Design, one of the defining characteristic of an Entity is that it has an identity. Problem: I …

c# domain-driven-design repository-pattern domain-model aggregateroot
Having Separate Domain Model and Persistence Model in DDD

I have been reading about domain driven design and how to implement it while using code first approach for generating …

c# orm architecture domain-driven-design domain-model
Grails - save the transient instance before flushing grails Error?

I am currently developing a Grails Application and I am working with the Spring Security and UI plug-ins. I have …

grails gorm save domain-model
Inheritance vs enum properties in the domain model

I had a discussion at work regarding "Inheritance in domain model is complicating developers life". I'm an OO programmer so …

oop inheritance enums domain-driven-design domain-model