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

47 used & new from $0.28

Have one to sell? Sell yours here
 
 
Building Web Solutions with ASP.NET and ADO.NET
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Building Web Solutions with ASP.NET and ADO.NET (Paperback)

by DINO ESPOSITO (WINTELLECT) (Author) "Most software applications involve, in one way or another, data access and reporting..." (more)
Key Phrases: Visual Basic, Andrew Vice President, Steven Sales Manager (more...)
3.4 out of 5 stars See all reviews (28 customer reviews)


Available from these sellers.


10 new from $5.89 37 used from $0.28
More from Microsoft Press
Make the most of your investment in Microsoft technology with books from the Microsoft Press Learning Center.

Customers Who Bought This Item Also Bought

Introducing Microsoft  ASP.NET AJAX (Pro - Developer)

Introducing Microsoft ASP.NET AJAX (Pro - Developer)

by Dino Esposito
Programming Microsoft  ASP.NET

Programming Microsoft ASP.NET

by Dino Esposito
Programming Microsoft  ASP.NET 2.0 Applications: Advanced Topics

Programming Microsoft ASP.NET 2.0 Applications: Advanced Topics

by Dino Esposito
Building Microsoft® ASP.NET Applications for Mobile Devices, Second Edition (Pro-Developer)

Building Microsoft® ASP.NET Applications for Mobile Devices, Second Edition (Pro-Developer)

by Andy Wigley
Programming Microsoft  ASP.NET 2.0 Core Reference

Programming Microsoft ASP.NET 2.0 Core Reference

by Dino Esposito
3.7 out of 5 stars (15)  $31.49
Explore similar items

Editorial Reviews

Product Description
Most Web applications follow a simple "3F" pattern: fetch, format, and forward data to the browser. With this in-depth guide, developers can take their Web design and programming skills to the next level to build more complex Web pages, applications, and services. The book demonstrates the advanced data-access capabilities of ADO.NET and the powerful page-creation capabilities of ASP.NET, plus how to employ code reusability, pagelets, code-behind, server-side controls, and other time-saving techniques.

Product Details

  • Paperback: 379 pages
  • Publisher: Microsoft Press (February 6, 2002)
  • Language: English
  • ISBN-10: 0735615780
  • ISBN-13: 978-0735615786
  • Product Dimensions: 8.9 x 4.7 x 1.2 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 3.4 out of 5 stars See all reviews (28 customer reviews)
  • Amazon.com Sales Rank: #345,445 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #100 in  Books > Computers & Internet > Web Development > Programming > ASP

Inside This Book (learn more)



Books on Related Topics (learn more)
 
 

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

28 Reviews
5 star:
 (6)
4 star:
 (8)
3 star:
 (7)
2 star:
 (4)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
3.4 out of 5 stars (28 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
60 of 65 people found the following review helpful:
4.0 out of 5 stars Great book on data binding and more, February 23, 2002
By gbworld@comcast.net (Nashville, TN USA) - See all my reviews
If you have not read Dino's articles on ASP Today, or MSDN, you have missed quite a bit. Dino is really a great writer, especially when it comes to data and performance decisions. Who better to write a book on using ADO.NET with ASP.NET.

The whole first third to half of the book deals with binding data to various controls, primarily the data grid. This is a good thing, as the dataGrid control is the one you will use for most of your data reporting. You learn to page, edit and use templates with this wonderful control. The downside here is that the rest of the controls are largely fluffed over in the first chapter. Overall, this is not a bad thing, but a little more content on the repeater (which is by far the most flexible) and the DataList (which is also editable) would have been a nice addition to this work.

In the middle of the book, you get into code reusability. The chapter loses focus at time, but deals with how you include different controls into your page, including custom user controls. From here, you learn about advanced data reporting, which may well be worth the price of the book alone. You head into deeper programatic decisions here. Fortunately, the DataGrid makes most of this a breeze.

The final third of the book (part of section II and all of section III) puts wheels on what you have learned in the first 2/3rds. The chapters in this third deal with disconnected data, web services, interop with COM and exposing data to your ASP.NET applications.

As I have stated, my largest beef with this book is the lack of more examples with the Repeater and DataList. Overall, I cannot be too critical here, as the DataGrid will most likely bare the brunt of your ASP.NET data programming work. It is a deep enough shortcoming to me, however, that I have to deduct 1 star.

A couple more comments:

1. This book is written using C#. If you are a VB.NET developer, you can still use the book for the concepts, but understand the syntax will be different.

2. This is not a beginner's book. While I can see programmer's experience with ADO utilizing this book, esp. if they come from a language that uses braces (Java, JavaScript, C++, etc.), I would not recommend this as a first .NET book for an inexperienced programmer.

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



 
18 of 19 people found the following review helpful:
3.0 out of 5 stars Disjointed Assortment of Good Ideas., October 23, 2002
By Guillermo F. Salas (Milwaukee, WI United States) - See all my reviews
(REAL NAME)   
Lets begin by saying that the book will not be of much use in "real" world applications, it is a disjointed assortment of good ideas. Additionally most of the content herein has been available as articles in MSDN the magazine at one time or another, and sad to say but true, better edited and enhanced in content. Most of the code in the book is incomplete and makes little sense... not so if you look at the actual code pages in the accompanying CD.

A couple of good values included are two DataGrid classes that extend the functionality of the .NET platforms supplied DataGrid for web forms (System.Web.UI.WebControls.DataGrid).

VERY LITTLE on updating data, submitting changes, working with updateable DataGrid objects bound to DataSet... page 233-251. Poor when you consider the book is 357 pages and IS titled Building WEB applications with ASP.NET and ADO.NET. That whole chapter (chapter 7) is only 40 pages long and it is mostly useless, only covering auto-generated commands for Update, Delete, Insert and skimming over deeper and more useful data updating tips including handling concurrency issues, failed updates, etc.

I also have to add that in my opinion this book is a way for the author to show his ego as if to say "this is how smart I am and this is what I can do, it is up to you to figure out how and why I did it after reading through my included code". And I say this because his prose is at times hard to follow and the code in the pages is incomplete at best, making it unnecessarily complicated and if in an attempt to "cover" some very "basic" coding.

Altogether an "ok" book, but if you get it please complement it with other more complete references.

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



 
14 of 14 people found the following review helpful:
3.0 out of 5 stars Its worth buying, but buy it used, and be familiar with .NET, August 10, 2003
By A Customer
Pros:

This book does a good job of describing ADO and its relationship to web controls. Covers caching, and interopability which I thought was valuable.

Cons: (not really "cons", but maybe some short-comings):

I wished it had more than a half-page section on the caching object along with some examples and real-world scenarios.

I would also have liked VB along with the C# code.

Finally, if the book is going to be about ADO & ASP.NET, then I feel it should have addressed the basics of getting data - creating a connection in .NET, and hooking it up to a sqldatareader. I already knew how to do that, however, other readers may not. They shouldn't have to go to another source to find out.

I couldn't put this book down when I got it yesterday, however, there were times when I found myself thinking "that sounds great.. but HOW do you do that?.. where is the example? What if I don't want to code in C# ?"..

Bottom line, its worth buying. Try to buy it used, and make sure you have a little background in .NET.

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


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars For Advanced users
If you are looking for a beginners book, this is not for you. This is for intermediate to Advance level users. Read more
Published on September 26, 2005 by James A. Carrey

2.0 out of 5 stars Disjointed, Inarticulate, Incomplete
It's pretty clear that the author (Dino Esposito) knows the subject--he just can't seem to put it down on paper. Read more
Published on August 12, 2005 by J. Mullaney

4.0 out of 5 stars Warning-Expert book, No VB.NET code, all C#
This is not an intermediate book:

The author knows what he is talking about. Perhaps he made it overly complex, he goes in to great detail and some of it is overkill. Read more

Published on February 12, 2004 by Maccurt

5.0 out of 5 stars This book deserves 6 stars !
In depth discussion on most important features of ADO.NET and ASP.NET. Buy it and enjoy it if you are a professional developer. Don't buy it if you don't know anything. Read more
Published on February 8, 2004 by A. Shefer

5.0 out of 5 stars Extremely good book for Intermediate to Advanced readers
This is quite a good book on real techniques to solve real problems. It's still going to be useful if you use for you're development third party controls and frameworks, you still... Read more
Published on January 7, 2004 by Julio Gonzalez Rodriguez

5.0 out of 5 stars Extremely good book to start cooking up some ASP.NET
If you ever wanted a handsdown, no nonsense approach to ASP.NET then go get this book! It's well worth the money. Dino walks you through most of the major controls e. Read more
Published on September 15, 2003 by bernardsia

1.0 out of 5 stars Don't buy it!
It provids some codes which you can borrow from internet as well, that's it.
Not a good book to keep.
Published on August 21, 2003

5.0 out of 5 stars Great Book! Good book on ADO.NET
I'm a ASP.NET database developer and this book is filled will many of the examples that I need.

If you read or run the code on the CD while your read the book, you will learn at... Read more

Published on July 21, 2003 by Michael Roper

1.0 out of 5 stars Don't buy this book before you read it
Usually M$ make good software and good books, but not this book.

First of all, it should not be named as "Building Web Solution
with ASP.NET and ADO. Read more

Published on April 15, 2003 by Yueh-feng Chen

1.0 out of 5 stars worst Microsoft book I ever read
It is disappointing considering its big title. I could not even finish the first few pages. Not useful at all to my web page programming.
Published on April 10, 2003 by loh yong chong

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
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]


Active discussions in related forums
  Discussion Replies Latest Post
What is your FAVORITE Software Development book? 0 1 day ago
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Work and Roll with DEWALT

DEWALT Job Site Radio
While supplies last, enjoy special pricing on the DEWALT work site radio. Power it and you'll be rockin' and chargin' your way through a hard day of work.

Shop more chargers and radios

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & 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
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates