VITA Tutorial

Introduction

Hi, and Welcome to the VITA Tutorial!

This tutorial provides a basic introduction to VITA features. We progress in several steps, each time creating a new mini-solution showing more and more features of the framework. The source code for the tutorial is included in download zip and in the source repository.

Running the tutorial source samples


tut_part0_tut_screen.jpg

It is a simple console application. Once the console opens, follow the prompts. Run code samples 1-5, explore the source code, go step-by-step in debugger. After you run samples, check the database in SQL Management Studio, see the objects created by the sample code, browse the sample data. Each sample uses a separate schema inside the database: part1, part2, etc., so you can compare the results of each sample side-by-side, and see the progress as we move on.

tut_part0_dbexpl.jpg

Tutorial Home