See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
woodys-uk
Price: £15.93
In stock

10 used & new from £2.16

Have one to sell? Sell yours here
 
   
Beginning ASP.NET Databases Using VB.NET
 
 

Beginning ASP.NET Databases Using VB.NET [Illustrated] (Paperback)

by John Kauffman (Author), Kent Tegel (Author), Brian Matsik (Author), Jan Narkewicz (Author), Fabio Claudio Ferrachiati (Author), Eric N. Mintz (Author), Donald Xie (Author), Jesudas Chinnathanpi (Author), John West (Author), James Greenwood (Author) "One of the most important requirements for any web site is to accurately and safely transmit and store information ..." (more)
3.3 out of 5 stars See all reviews (3 customer reviews)

Available from these sellers.


2 new from £15.93 8 used from £2.16
Other Editions: RRP: Our Price: Other Offers:
Paperback (New edition) £28.99 £24.64 37 used & new from £0.89

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
.net Databases Innovations
   InterSystems.com/Cache    Rapidly Develop High-Performance Applications. Free Download. 
Visual Basic Migration
   www.transoft.com/vb    Transoft's complete & proven migration & modernization solutions 
Mysql Asp Net
   www.mysql.com    Live MySQL Webinar: Growing Small & Midsized Businesses Fast with MySQL 
  
 

Customers Who Bought This Item Also Bought

Beginning VB.Net Databases

Beginning VB.Net Databases

by Thearon Willis
ASP.NET Website Programming: Visual Basic .NET Edition: Problem Design Solution (Programmer to Programmer)

ASP.NET Website Programming: Visual Basic .NET Edition: Problem Design Solution (Programmer to Programmer)

by Marco Bellinaso
4.8 out of 5 stars (6)  £32.99
Beginning Visual Basic 2005

Beginning Visual Basic 2005

by Thearon Willis
3.7 out of 5 stars (6)  £18.19
VB.NET Language Pocket Reference (Pocket Reference (O'Reilly))

VB.NET Language Pocket Reference (Pocket Reference (O'Reilly))

by Steven Roman
£5.99
ASP.NET 2.0 Instant Results (Programmer to Programmer)

ASP.NET 2.0 Instant Results (Programmer to Programmer)

by Imar Spaanjaars
5.0 out of 5 stars (2)  £19.54
Explore similar items

Product details

  • Paperback: 400 pages
  • Publisher: WROX Press Ltd; illustrated edition edition (1 Jun 2002)
  • Language English
  • ISBN-10: 1861006195
  • ISBN-13: 978-1861006196
  • Product Dimensions: 22.6 x 18.3 x 2.8 cm
  • Average Customer Review: 3.3 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 674,296 in Books (See Bestsellers in Books)

    Popular in these categories:

    #27 in  Books > Computing & Internet > Microsoft Windows > Programming > .Net > ADO.NET
    #35 in  Books > Computing & Internet > Microsoft Windows > Programming > ActiveX & ADO
    #87 in  Books > Computing & Internet > Databases > Databases & the Web
  • See Complete Table of Contents

Product Description

Book Description
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.


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.

From the Publisher
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.

See all Product Description


Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
One of the most important requirements for any web site is to accurately and safely transmit and store information. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

3 Reviews
5 star:
 (1)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.3 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
22 of 23 people found the following review helpful:
5.0 out of 5 stars Comprehensive, professional and well structured introduction, 31 Jul 2002
By Mark Horner (Australia) - See all my reviews
It is not until you read a book that is dedicated to using databases in ASP.NET that you realize just how much there is to learn. This is a very readable & well structured book with excellent 'Try It Out' examples that provide easy to follow step-by-step guides.

Obviously understanding data readers, datasets, command objects and web server controls is vital but there are some rare and extremely useful chapters: componentization - leveraging class libraries for data access, performance, and a chapter that discusses Data-Driven ASP.NET application in the Real World that raises some very interesting issues; for example security tips, raising your own database errors & organizing your code.

The authors not only provide information that you would expect but they offer every encouragement to raise the bar by discussing ways to do things even better; for example 'A Better Connection String', creating Data Access classes, and fine tuning dataset & datareaders.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
3.0 out of 5 stars A committee effort!, 23 April 2004
This book shows signs of having been written by too many people withdifferent ideas of who it is aimed at. In some places it moves along tooslowly, but in other places it tries to cover complex ideas without enoughexplanation.
I can't believe that many people buying this book are newto programming as seems to be assumed in some chapters.
Mostly uses WebMatrix and only really covers Visual Studio in an appendix.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
2.0 out of 5 stars Errors, 2 Aug 2004
I must say I used to be a fan of Wrox publications,but This particular book is full of errors. As I worked through the book, I noticed that in some cases, The name of the object passed into parameters is wrong which made me read chapter 9, 3 times befor I could figure out what went wrong. This is not fair to beginners as you shouldnt be guessing what goes where when the book is meant to ease you into developing .net

I wouldnt say no to a refund as I have had to buy another ASP .NET book.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Listmania!


Look for similar items by category


Feedback


Professional ASP.NET 2.0

Professional ASP.NET 2.0

All new, for ASP.NET 2.0, this bestselling book provides experienced... Read more
£31.99 £20.79

Find similar items

 

Make A Wish

Get what you want with an Amazon.co.uk Wish List Make sure you always get what you want with an Amazon.co.uk Wish List.

More info on Wish Lists

 

Train Hard...Play Hard

Nike, Gola, Converse, and more
Gear up with up to 60% off athletic and outdoor shoes.

Shop now

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates