Beginning ASP.NET 1.1 databases : from novice to professional /

This book picks up where Beginning ASP.NET: From Novice to Professional left off, focusing on database programming with ASP.NET. As an ASP.NET developer, you probably need to access your databases quickly and efficiently. This book will provide you with the skills to do so, teaching you best practic...

Full description

Bibliographic Details
Main Author: Foggon, Damien
Corporate Author: SpringerLink (Online service)
Other Authors: Maharry, Daniel
Format: eBook
Language:English
Published: Berkeley, CA : Apress ; [2004]
Subjects:
Online Access:Connect to the full text of this electronic book
Table of Contents:
  • Getting Started: Installing MSDE; A Simple Data-driven Web App; Introducing SQL
  • ADO.NET Basics: What's ADO.NET? Connecting to the Database; Getting the Data; Using the DataReader; The DataSet and DataAdapter
  • Data and the Web: Using Data in ASP.NET Pages; Advanced DataGrid Techniques; Validating User Input; Data in Web Services; Caching Data
  • More about Databases: Tables and Relationships; More about SQL; Views and Stored Procedures; Indexes and Constraints; Data Security
  • Advanced ADO.NET: ADO.NET and XML; Handling ADO.NET Errors; Transactions; Irregular Data.