Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Beginning ASP.NET Databases Using VB.NET

Posted By: insetes
Beginning ASP.NET Databases Using VB.NET

Beginning ASP.NET Databases Using VB.NET By John Kauffman, Fabio Claudio Ferracchiati, Brian Matsik, Eric N. Mintz, Jan D. Narkiewicz, Kent Tegels, Donald Xie, John West, Jesudas Chinnathampi, James Greenwood
2002 | 404 Pages | ISBN: 076454375X | PDF | 17 MB


What is this book about?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 AccessReading data with data reader and dataset objectsCreating and deleting records, and editing dataDisplaying data with ASP.NET's web server controlsWriting and using stored procedures from VB.NET codePlacing your data access code in reusable class librariesThe 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.