May 2008
Beginner
550 pages
13h 22m
English
In Chapter 13 you learned how to persist data using several different types of data files. In this chapter I expand on that topic, but persist the data using database techniques. In this chapter you will learn:
What a relational database is
What tables, fields, records, and keys are
What normalization is
How to use the database Structured Query Language
What DDL is
How to use ADO.NET with databases
How to use bound controls
What LINQ is
It's been said that of all the programs that are under development, over 80 percent of them use a database in one form or another. Clearly, this is one tool that must hang from your tool belt.
Read now
Unlock full access