Basic Operations

The core operations of LightSpeed are the familiar CRUD (Create, Read, Update, Delete) database operations.  The CRUD model lies behind the majority of database‑backed applications and Web sites.  This chapter shows you how to implement CRUD using LightSpeed.

Working with Entities

LightSpeed Configuration Basics

Querying the Database Using LINQ

Querying the Database Using Query Objects

Creating, Modifying and Deleting Entities

Transactions