Murach's C# 2008
An introduction to database programming
Database processing is an integral part of C# business applications,
yet most C# books give you only a chapter or two on handling
databases. In contrast, chapter 17 in this book is the first
in a 4-chapter section on database programming. It starts
out by introducing you to database design and SQL queries,
in case you're fairly new to either of those subjects. Then,
it gives you the conceptual background that you need for learning
how to develop database applications in the chapters that
follow.
|
|
|
|
The hardware components of a client/server
system |
500 |
|
The software components of a client/server
system |
502 |
|
|
How a table is organized |
504 |
|
How the tables in a database are related |
506 |
|
How the columns in a table are defined |
508 |
|
The design of the MMABooks database |
510 |
|
|
How to query a single table |
512 |
|
How to join data from two or more tables |
514 |
|
How to add, update, and delete data
in a table |
516 |
|
|
The .NET data providers |
518 |
|
How the basic ADO.NET components work |
520 |
|
Concurrency and the disconnected data
architecture |
522 |
|
How a dataset is organized |
524 |
|
How to work with data without using
a data adapter |
526 |
|
Two ways to create ADO.NET objects |
528 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|