domain, domain class, domain assembly -- the big picture
- You program what your application is all about in the "domain". The entirety of the domain object classes constitutes the domain.
- Domain object classes (a.k.a. domain classes) are derived from re-motion's base-class
DomainObject
, orBindableDomainObject
. - The compiled domain results in the domain assembly.