This document provides an introduction to application development in IBM DB2 UDB using Microsoft Visual Studio .NET. It outlines the system requirements and steps to connect a VS.NET application to a DB2 database using a data adapter. It then demonstrates building a simple employee management system that connects to the SAMPLE database and displays employee records in a datagrid when the form loads. The tutorial uses C# and shows how to fill the dataset, set the datasource, and bind the datagrid to display the data.