Tutorial: Building a Windows Mobile application using UltraLite.NET

This tutorial guides you through the process of building an UltraLite application for Windows Mobile using Microsoft Visual Studio. It uses the ADO.NET interface provided by the iAnywhere.Data.UltraLite namespace and runs on the .NET 3.5 Compact Framework.

This tutorial contains code for a Visual Basic application and a Visual C# application.

 Competencies and experience
 Goals
 Installation note
 See also

Lesson 1: Creating a Visual Studio project
Lesson 2: Creating an UltraLite database
Lesson 3: Connecting to the database
Lesson 4: Inserting, updating, and deleting data
Lesson 5: Building and deploying the application
Code listing for C# tutorial
Code listing for Visual Basic tutorial