Domain Components
This documentation section describes Domain Components Technology.
Important
Domain Component (DC) interfaces are abstractions above eXpress Persistent Objects (XPO) classes. Notwithstanding its benefits, this abstraction imposes certain technical limitations. DC is only suitable for certain usage scenarios. The Blazor User Interface is not supported for DC. DC is in maintenance mode and we do not recommend its use in new software projects. We recommend that you migrate DC interfaces to pure XPO classes.
Concepts
- Domain Components Overview
- Domain Components Basics
- Domain Logic
- One-to-Many and Many-to-Many Relationships
- Shared Parts
- Upcasting
- Data Annotations in DC