UltraLite.NET User's Guide
Tutorial: Visual Studio Application
This tutorial walks you through building an UltraLite.NET application in Visual Studio.
The tutorial takes about thirty minutes if you cut and paste the code. It takes significantly longer if you type the code yourself.
This tutorial assumes:
you are familiar with the C# programming language or the Visual Basic .NET programming language
you have Microsoft Visual Studio .NET 2003 installed on your machine
you know how to create an UltraLite schema using either ulinit or the UltraLite Schema Painter.
For more information, see UltraLite Schema Painter Tutorial.
The goals for the tutorial are to gain competence and familiarity with the process of developing UltraLite.NET applications in the Visual Studio environment.
This tutorial contains code for both a Visual Basic .NET application and a Visual C# application.