Features
- Cover Type: Paperback with 480 pages
- Published by: Wrox June 15, 2002
- Written in: English
- ISBN 10 Number: 076454375X
- ISBN 13 Number: 978-0764543753
-
Book Dimensions:
9 x 7.3 x 1.1 inches
- Weighs: 1.6 pounds
Product Description
What is this book about? For a web site to offer its users an experience that improves on that of newspapers or textbooks, it requirements a way to change the information it contains dynamically - and that means it requirements access to a data source. Through the combination of ASP.NET and ADO.NET,
Microsoft provides everything necessary to access, read from, and write to a database, and then allow web users to view and manipulate that data from a web browser. In this book, we'll show you how it's done.
What does this book cover? Packed with clear explanations and hands-on examples, Beginning ASP.NET Databases contains everything you'll need on your journey to becoming a confident, successful programmer of data-driven web sites. In particular, we'll look at:
- Connecting to common data sources, including SQL Server and MS Access
- Reading data with data reader and dataset objects
- Creating and deleting records, and editing data
- Displaying data with ASP.NET's web server controls
- Writing and using stored procedures from VB.NET code
- Placing your data access code in reusable class libraries
The book closes with a real-world case study that consolidates the tutorials throughout the book into a practical result.
Who is this book for? To use this book, you need a computer running either Windows 2000 or Windows XP Professional Edition. The examples it contains will not run on Windows XP Home Edition. This book is for people who have some experience of programming ASP.NET with Visual Basic .NET, are familiar with the operation of the .NET Framework, and want to learn how to use ASP.NET to make data-centric web applications. No prior knowledge of database programming is necessary.
Download Description
What is this book about? For a web site to offer its users an experience that improves on that of newspapers or textbooks, it requirements a way to change the information it contains dynamically - and that means it requirements access to a data source. Through the combination of ASP.NET and ADO.NET,
Microsoft provides everything necessary to access, read from, and write to a database, and then allow web users to view and manipulate that data from a web browser. In this book, we'll show you how it's done.
What does this book cover? Packed with clear explanations and hands-on examples, Beginning ASP.NET Databases contains everything you'll need on your journey to becoming a confident, successful programmer of data-driven web sites. In particular, we'll look at:
- Connecting to common data sources, including SQL Server and MS Access
- Reading data with data reader and dataset objects
- Creating and deleting records, and editing data
- Displaying data with ASP.NET's web server controls
- Writing and using stored procedures from VB.NET code
- Placing your data access code in reusable class libraries
The book closes with a real-world case study that consolidates the tutorials throughout the book into a practical result.
Who is this book for? To use this book, you need a computer running either Windows 2000 or Windows XP Professional Edition. The examples it contains will not run on Windows XP Home Edition. This book is for people who have some experience of programming ASP.NET with Visual Basic .NET, are familiar with the operation of the .NET Framework, and want to learn how to use ASP.NET to make data-centric web applications. No prior knowledge of database programming is necessary.
Reader Reviews
This review is from: Beginning ASP.NET Databases using VB.NET (Paperback)
My guess is that the reviewers who gave this text five stars did not actually attempt to reproduce working versions of all the examples. The quality of this book is mixed, as is common for the multiple-author Wrox editions. Some of the chapters are exceptional, and deserve five stars, having clear and logical instruction as well as examples that work as described. Chapters 5 and 6 are examples of the best authoring, and it appears that the author with last name Ferracchiati has written some of the best chapters in the book. Other chapters are nightmarish excursions through incomplete and poorly explained code, with examples that don't work, and with files missing in the downloaded code. Examples of such chapters are 7, 9 and 10, with chapter ten being so incredibly bad that it has permanently soured my outlook toward this text. To summarize - there is some useful information in the book, but don't pay more than a few dollars for it, and don't buy it if your own time is worth more than a few dollars per hour.