Included in the installation is a sample database called OleroTraining as well as a sample application called OleroTrainingBiz. The OleroTraining database is used throughout the documentation to explain how to use and develop using ORM.NET.
Most of the code examples included in the documentation are also included in the sample application allowing you to step through them within Visual Studio.NET.
In order to install and setup the database and sample application:
Click on the Install Sample Application icon in the ORM.NET Program Folder.
You will prompted to enter a valid database LoginId and Password
You will also need to choose a path to install the sample application.
One the setup application has completed open the Solution (.sln) and Build it within Visual Studio.NET.
Walk through the code sections within the console application and refer to the section title Code Examples.