May 2002
Beginner to intermediate
560 pages
11h 36m
English
This book is about .NET, ADO.NET, and data access. In the past, data access was implemented via a relational database and a simple model; the goal was to make the model general enough to be useful by various relational databases and to give programmers and their organizations the ability to move among various relational databases. Hopefully, you've seen by now that programmers who work with data access are going to be involved in more diverse activities than coding SQL SELECT statements and optimizing connections and cursors. One of the goals of this book is to help you to explore the reasons for using certain APIs and the programming paradigms that are used in various data access scenarios.
As the future unfolds, we'll ...