Customer Reviews


8 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


29 of 32 people found the following review helpful:
5.0 out of 5 stars Excellent.
The examples in this book provide concise solutions to a wide range of ADO.NET programming issues. I found the code clear, well documented, and easy to incorporate into my own work. The problems solved are more "real-world" and less trivial, and the corresponding solutions more complete, than those in any other ADO.NET book I've seen. Together with the clear discussions,...
Published on October 14, 2003

versus
1 of 1 people found the following review helpful:
3.0 out of 5 stars A Door Stop
It seems that some Authors don't take the time to run their code...

This book is riddled with code examples that leave out key components.

Example: Ch.7.7 - "Displaying Images from a Database in a Web Forms Control"

The code behind references Web Form objects that were never discussed. (Surprise!)

If you're looking for...
Published on January 9, 2008 by R. Vignato


Most Helpful First | Newest First

29 of 32 people found the following review helpful:
5.0 out of 5 stars Excellent., October 14, 2003
By A Customer
This review is from: ADO.NET Cookbook (Paperback)
The examples in this book provide concise solutions to a wide range of ADO.NET programming issues. I found the code clear, well documented, and easy to incorporate into my own work. The problems solved are more "real-world" and less trivial, and the corresponding solutions more complete, than those in any other ADO.NET book I've seen. Together with the clear discussions, this book is helpful not only for solving problems on the job, but also for in-depth learning about ADO.NET topics.

One more thing that I really liked about this book. It has many examples that use namespaces outside of ADO.NET such as messaging, cryptography, serialization, XML manipulation, remoting, and Web services. This is helping me learn more about these topics (as well as ADO.NET) in this practical reference.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 21 people found the following review helpful:
5.0 out of 5 stars This book is a must have!, January 27, 2004
By 
Karen Krant (Kailua-Kona, HI United States) - See all my reviews
This review is from: ADO.NET Cookbook (Paperback)
After reading many general ASP.NET books I found I still had many unanswered questions regarding ADO.NET. The ADO.NET examples provided in the general books were very simple and by no means "real world". I ran into many road blocks, most of which could not be solved even after extensive research on the web and many ASP.NET forums. I finally purchased the ADO.NET Cookbook. This book is truely amazing and I have now read it cover to cover. The author uses a unique approach whereby real world problems are described and then solutions are presented and the details are discussed. This unique format makes it very easy to search for, and identify the answers to specific ADO.NET questions. The book covers advanced topics and all explanations are clear and concise - a definite must-have book for anyone who is serious about understanding ADO.NET.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Tips and Tricks with ADO.NET unrevealed, June 1, 2006
This review is from: ADO.NET Cookbook (Paperback)
The book explains the ADO.Net concept completely, with examples and also explains the advanced features that would other wise have been difficult to be brought in practice. While designing and developming an ASP.Net application, ADO.net plays vital role.

This book is THE MUST for applications that need large database interactions. This book acts as the bible to the ADO.Net techniques. Great work.

[...]
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Example focused book., October 4, 2005
This review is from: ADO.NET Cookbook (Paperback)
This is the indepth example book I have seen for using ADO.NET for getting connected to databases. The examples in the book are just great and will give you a complete view of what goes on with database applications. Starting with the fundamentals of ADO.NET, walks through the basic principals of the new object model, and what you can do with the object model.
I would recommend this book to everyone - ADO.NET is such a fundamentally different approach to data access from Microsoft, that we will have to learn again from scratch, and this is the book to get the foundations right. I have found this to be invaluable in getting up and running with ADO.NET.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars A real good one, November 8, 2005
This review is from: ADO.NET Cookbook (Paperback)
I have read this book completely. If you are looking to develop your skills in ADO.Net or not feeling confident about your noesis you must have read this book. Once you finished it gives a huges amount of confidence in you. It doesn't cover each and every aspect of ADO.Net but it explains the various essential concepts behind ADO.Net in a clear way by dividing it into topics and more importantly it doesn't miss anything and it is a must have book for reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars A Door Stop, January 9, 2008
Amazon Verified Purchase(What's this?)
This review is from: ADO.NET Cookbook (Paperback)
It seems that some Authors don't take the time to run their code...

This book is riddled with code examples that leave out key components.

Example: Ch.7.7 - "Displaying Images from a Database in a Web Forms Control"

The code behind references Web Form objects that were never discussed. (Surprise!)

If you're looking for an abbreviated book on ADO.NET "Concepts", and don't really care about actually seeing working code, then this book is ok. If you need a concise guide, then don't bother. This book requires the reader to take a lot for granted.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Nice Reference ... Not For Learning ADO.NET ... Also ... C# C# C#, March 2, 2008
This review is from: ADO.NET Cookbook (Paperback)
First let me say pretty much everything in here is written in C# ... I almost think they shouldn't advertise that they have VB in here. I write all of my apps in C# personally, but write both languages. ((and was at one time even an old school asp classic guy)) All of my sites run from asp.net/c# dlls now.

The description says it ... it is a book designed for developers. This isn't designed for people trying to learn ASO.NET. Make this your second book, after you have a firm grasp on it, and have programmed a handful of examples.

OH, AND THIS IS A ADO.NET USING C# BOOK ... there must be a few lines of VB in here somewhere for them to be able to say there is. Can't believe someone else's review hasn't mentioned this.

ANYWAY ... for all of you that are wanting to get better with ADO.NET that are using it already ... but not well. This book is PERFECT. It is a great book to hone in the skills, and have sitting on your desk during development.

=====

NOW .. anyone learning ADO.NET for ASP.NET ... that wants a great book to pickup both. Grab the book ...

Build Your Own ASP.NET 2.0 Web Site Using C# & VB

That book is available here on Amazon ... and it will give you nice lead in on ASP.NET using BOTH VB.NET and C# ... and it will get you started using ADO.NET.

=====

On a side note, if you are just trying to learn sql statements, and are really at the beginning at all of this ... Sams Teach Yourself SQL in 10 Minutes

Sams Teach Yourself SQL in 10 Minutes

Is a great book to get you started writing sql statements, joins, and all that in a flash ... I buy that book for all my friends that are just starting with databases.

Take care all ... hope this helps.

****
4 stars because it says it has VB, when it is clearly C# samples.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 23 people found the following review helpful:
2.0 out of 5 stars Problem - Solution, August 30, 2005
By 
Sean Fao (Mount Airy, Maryland USA) - See all my reviews
(REAL NAME)   
This review is from: ADO.NET Cookbook (Paperback)
I find this book to be totally unsatisfactory at providing an understanding of ADO.NET. Rather than attempting to teach the reader the basics, the author provides a series of problems with possible solutions. Additionally, what information the author does provide to the reader is given in sequential order, bouncing around from fact to fact in a way that would make it extremely difficult to retain the information. It's a bit like trying to read a dictionary one word after the other and expecting that the readers memories are nothing less than perfect. The examples provided do provide readers with a reasonable solution; but, unless you want to thumb through the series of problems and solutions, this book just won't cut it. If you're after a real understanding of ADO.NET, look elseware. If you're after an example based understanding (one that can only get you as far as the examples took you), this might be the book you're looking for.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

ADO.NET Cookbook
ADO.NET Cookbook by Bill Hamilton (Paperback - October 2, 2003)
Used & New from: $0.37
Add to wishlist See buying options