Creating Domain Models

The domain model is a conceptual model of a ‘domain of interest’ or problem domain.  The domain model represents all the kinds of entities that are relevant to the system or application you’re working on, and the relationships between them.  This chapter describes how to build and evolve domain models using LightSpeed.

Objects and Databases

Creating Models with the Visual Designer

Creating Models in Code

Validation

Working with Entities

LightSpeed Configuration Basics

Querying the Database Using LINQ

Querying the Database Using Query Objects

Creating, Modifying and Deleting Entities

Transactions