Table of Content

DB-VA Programmers Guide for .NET Cover

Chapter 1 -Generating C# .NET, Database and Persistent Library

Introduction
Configuring Database
Generating Database
Generating C# .NET Code

Chapter 2 - Configuring Source and Library in Visual Studio .NET 2003

Copying Generated Source and Library to Visual Studio .NET Project
Adding Reference of an Existing Project to DB-VA Generated C# Project
Testing the Visual Studio .NET Project

Chapter 3 - Developing ASP.NET Application

Introduction
Creating Object and Saving to Database
Querying Object from Database
Updating Object and Saving to Database
Deleting Object in Database

Chapter 4 - Developing Standalone .NET Application

Introduction
Using the PersistentManager
Creating Object and Saving to Database
Querying Object from Database
Updating Object and Saving to Database
Deleting Object in Database

Chapter 5 - Querying Database

Introduction
Creating Test Data
Using ORM Qualifier
Defining ORM Qualifier
Retrieving From ORM Qualifier
Using Criteria
Configuring Criteria Class Generation
Description of Criteria Class
Comparing Criteria Class and SQL Query

Chapter 6 - Generating Object-Oriented .NET Source from Relational Database

Introduction
Creating Sample Data
Generating Code from Database Wizard
Configuring Database
Selecting Table
Configuring Generated Class Details
Specifying Code Generation Details
Using the Generated Sample

Chapter 7 - Programming in VB.NET

introduction
generating_dll_file
creating_vb.net_project
adding_referenced_project
working_with_the_generated_code_and_persistent_library
running_application

Chapter 8 - Programming in C++ .NET

Introduction
Generating DLL File
Creating C++ Project
Adding Referenced Project
Working with the Generating Code and Persistent Library
Running the Application