For a web site to offer its users an experience that improves on that of newspapers or textbooks, it needs a way to change the information it contains dynamically - and that means it needs 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.
Customer Reviews
Average Rating:
Rating: - Good For Additional Practice
I've recently finished building all the examples in this book from scratch, using both EditPlus and VS.NET2K3 on my workstation, and storing and testing the apps on my Win2K3/SQL2K server. Once I got the security settings and connection strings figured out, I was able to get all the examples to run properly.
This book can provide good additional practice for beginners to ASP.NET, after you've been through an introductory book, like Wrox's "Beginning ASP.NET with VB.NET 2003" (ISBN 0764557076), ... Read More
Rating: - Mixed Bag
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 ... Read More
Rating: - Frustrating Experience
I've been reading some of the other reviews on this page, and I can't believe they are reading the same book. I have had problems running the code in several of these exercises, particularly with any code that has the DataGrid control. I've also noticed I'm not the only with this problem, since I have browsed the Wrox website forums and found others who were having the same problems with the code. I even submitted code from Chapter 3, page 67 to Microsoft Support, after receiving nothing but a blank page when I ... Read More
Rating: - Easy to follow
I have enough programming books that if weighed would weigh as much as a car.
I love this book.
The best part is that I can read it and follow the examples without having to sit at my computer.
The key word in the title is beginning. I have found it to be a great foundation book on its subject matter.
The authors should get an atta boy for this one.
Rating: - Great for Beginers... Good reference
This was my first book on .NET and I think it was a great tool to help me learn the basics of database programming. After building on the basic concepts it goes on into deeper knowledge and real world examples. This book was the only resource I used to not only get started but to continue using as my desktop reference. The book has lots of examples and it's very detailed on the explanations. The authors have a clear and concise style that does not overwhelm the reader with extremely complex details. I recommend this ... Read More