This article has been excerpted from book "A Programmer's Guide to ADO.NET in C#".You can use the Data Form Wizard to develop your database application with viewing, updating, and deleting capabilities. This is probably the fastest way to develop database applications in .NET (unless you're an extremely fast typist). In this article, you'll use a Data Form Wizard to write a fully functioning database application including features such as inserting, updating, and deleting data without writing including features such as inserting, updating, and deleting data without writing a single line of code. In this simple example, I've used the familiar Northwind database. I'll use both the Customers and Orders tables to show you data relationship between table data.Like Many parts of this article, this topic is in the form of tutorial. Just follow the simple steps, and in a few minutes you'll be able to run a wonderful application. In this article, you're going to create a windows application. After that you'll add a Data Form Wizard to it and call the Data Form Wizard from the main application.Step 1: Selecting a Project TemplateCreate a new windows project by selecting New project > visual C# projects > windows application and typing your application name (see figure 4-56).