domain, domain class, domain assembly -- the big picture

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