Examples and Tutorials

The Quick Start Tutorial

This tutorial takes you through the process of creating a DAL using ODS and creating an application that uses it. The tutorial takes you through the process screen by screen.

See the quick start tutorial page.

Pluggable Providers Example

This example demonstrates how to implement pluggable database support in an ODS generated DAL. This allows for drop in support for different database types without having to modify your application.

See the pluggable providers example page.

Secure Passwords Example

The secure passwords example application demonstrates embedded SQLite in an ODS generated DAL. The application uses encrypted SQLite database files to store website and/or system passwords.

See the secure passwords example page.

Hosted Environments

This article discusses using an ODS generated DAL in a shared SQL Server hosted environment.

See the hosted environments page.