Skip to content

ADO. Net From Novice to Pro, Visual Basic . Net

Best in textbook rentals since 2012!

ISBN-10: 1590590600

ISBN-13: 9781590590607

Edition: 2002

Authors: Peter Wright

List price: $39.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Designed to get programmers up to professional levels as fast as possible, ADO.NET: From Novice to Pro is geared toward developers who have little or no .NET or ADO.NET experience, as well as programmers who are not yet comfortable with database programming. Best-selling author Peter Wright painlessly moves readers from simple database access to the sophisticated manipulation of XML documents. The book begins by showing you the basic architecture of ADO.NET, and then provides you with the tools you'll need to work with data providers and the new Connection, Command, and DataSet objects. Wright then drills down into the topics that are essential for you as a professional developer to…    
Customers also bought

Book details

List price: $39.95
Copyright year: 2002
Publisher: Apress L. P.
Publication date: 9/4/2002
Binding: Paperback
Pages: 384
Size: 7.01" wide x 9.25" long x 1.00" tall
Weight: 1.606
Language: English

Foreword
About the Author
About the Technical Reviewer
Acknowledgments
Introduction
Welcome to ADO.NET
What's Great About ADO.NET
So, Let's Get Started!
MSDE
Visual Studio's Server Explorer
Summary
Fundamental ADO.NET Code
The Most Basic Basics
Working with Data
Summary
Data Commands and DataReaders
Why Use Data Commands and DataReaders?
Data Commands
More on DataReaders
Summary
DataSets Inside Out: Tables
The DataSet and Its Place in ADO.NET
DataTables
Exploring DataTable Structure
Summary
DataSets Inside Out: Navigating
Relations
The DataRelation Class
The DataAdapter
Summary
Introducing Windows
Forms Applications
A Simple Complex-Bound Example
A Complex Complex-Binding Example
Simple Binding Other Controls
Summary
Deeper into ADO.NET with Windows Forms
Using BindingContexts and CurrencyManagers
Using DataViews and DataRowViews
Working with the DataGrid
Summary
ADO.NET and Web Forms
The ASP.NET User Model
The Server Controls
Summary
Transactions and Concurrency
The Theory
The Practice
Summary
The OLE DB Data Provider
Introducing the OLE DB Provider
OLE DB Connections and Data Providers
Universal Data Link Files
Old-Fashioned ADO
Mixing ADO with ADO.NET
OLE DB Types and Literals
Summary
Introducing System.Xml
XML 101
The DOM
Summary
XML and ADO.NET
Typed DataSets Revisited
XML and the DataSet
Summary
Index