Customer Reviews


10 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (2)
2 star:
 (2)
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


10 of 11 people found the following review helpful:
5.0 out of 5 stars Review from a "professional" reviewer
I received a copy of this book from the publisher for a review by a "technical expert". I really liked how the book was laid out with a problem-solution-reasoning approach (known as a recipe). Each one was generally useful for those unaware of how to do things in ADO.NET. The examples were short and too the point. The topics were quite varied so just about everyone...
Published on May 31, 2008 by Michael Taylor

versus
3 of 3 people found the following review helpful:
3.0 out of 5 stars Not a comprehensive source for ADO.NET
Just make sure you know what you're getting with this book, and don't expect that it will be the be-all-to-all. If you're new to ADO.NET, you need something more basic. I would also get a plain vanilla reference manual, as it will be difficult to pick out basic structures from this book. It does show many ways to do things, but you have to know what you're looking for,...
Published on May 7, 2009 by X. Nihilo


Most Helpful First | Newest First

10 of 11 people found the following review helpful:
5.0 out of 5 stars Review from a "professional" reviewer, May 31, 2008
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
I received a copy of this book from the publisher for a review by a "technical expert". I really liked how the book was laid out with a problem-solution-reasoning approach (known as a recipe). Each one was generally useful for those unaware of how to do things in ADO.NET. The examples were short and too the point. The topics were quite varied so just about everyone will find something in this book. In particular the recipes on getting schema information programmatically will really benefit a lot of people because it is neither common nor easy.

I had only a few complaints about the book. The first complaint is with the title. It says ADO.NET v3.5 but in reality almost all the recipes cover any version of ADO.NET from v2 on. This might cause some people to shy away from the book. This book is really for anybody using ADO.NET.

This leads me to the second complaint. There really was no 3.5 content mentioned. LINQ and SQL 2008 were mentioned a few times but they aren't specific to ADO.NET v3.5. LINQ itself seemed out of place for the topic.

The final complaint I had was that the recipes are mostly designed to be copy and pasted into working code. The code samples don't really follow what I would consider an appropriate pattern for professional code. Therefore simply copy/paste will cause more problems than not. It really would have required no additional lines of code and would not have complicated things to have "done it right". Still this seems to be standard practice for most technical books so I can't harp too much.

Overall I recommend this book for anyone who works with (or will) ADO.NET of any version.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
5.0 out of 5 stars Review from a tech reviewer, April 14, 2008
By 
Louis Franco (Northampton, MA USA) - See all my reviews
(REAL NAME)   
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
(Full Disclosure: I was a tech reviewer for this book and received a free copy)

I've been using the various incarnations of Microsoft data access technologies for quite some time and have been using ADO.NET for a few years, so I wondered whether I was going to learn anything new from this book. It covers all of the territory to get started (connection strings, basic usage of ADO.NET classes, etc.), but what I really appreciated was that it topics that advanced ADO.NET users would find useful and I certainly learned a few new tricks.

The topic on writing provider and database independent code (Section 10.22) which covers how to do it right if you are targeting .NET 1.1 (which we do) was particularly useful to me. Chapter 10 (Optimizing .NET Data Access) is just generally a good chapter no matter what your level and covers asynchronous SQL calls (executing and cancelling), ASP.NET data caching, paging queries, SQL Server stored procedure debugging and more.

Since my job was to actually run every code snippet, I can vouch for their quality. Most are built off the AdventureWorks sample database that comes with SQL Server Express, so they are ready to run. The rest come with full DDL to create what you need (databases, stored procedures, etc), and the code and SQL is available online so you don't have to type it in.
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:
3.0 out of 5 stars Not a comprehensive source for ADO.NET, May 7, 2009
Amazon Verified Purchase(What's this?)
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
Just make sure you know what you're getting with this book, and don't expect that it will be the be-all-to-all. If you're new to ADO.NET, you need something more basic. I would also get a plain vanilla reference manual, as it will be difficult to pick out basic structures from this book. It does show many ways to do things, but you have to know what you're looking for, and don't expect exhaustive explanations for what you find or a comprehensive index, either. You need other sources for that. But if you already knew the information from the basic sources, you might not need this book. It seems to be saying, "Look what all you can do with this," but it doesn't give you the basics. Again, if you knew the basics, you could probably write the book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Great Resource For .NET DB Developers, June 12, 2008
By 
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
The 'ADO.NET 3.5 Cookbook' is a great resource for every .NET database developer out in the world. With 950+ pages of content you will not be reading thin, as this goodies book comes with 222 tidbits of information that will help you in your everyday work.

Subjects covered include:

- connecting to a variety of data sources
- working with disconnected data objects (datasets)
- querying data
- executing functions and stored procedures
- using LINQ
- searching and filtering data
- adding and updating data
- copying/transferring data
- database integrity
- binding data to web forms
- XML data
- optimizing .NET data access
- debugging stored procedures
- doing batch updates
- enumerating SQL servers
- SQL Server CLR integration

I feel that is an outstanding companion book for .NET database developers that are looking for a resource that specifically outlines tasks into a neat, organized manner. Instead of thumbing through a book to figure out a particular way to do something, these common tasks and questions are broken up for ease of use and efficiency. If you are a .NET DB developer you definitely owe it to yourself to add this great book to your collection of technical books immediately.

***** HIGHLY RECOMMENDED
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:
2.0 out of 5 stars There is not much to read., July 31, 2010
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
The book has several code errors. The codes in the book, would compile however, most of the code is incomplete which will be a terrible guide for beginners.

eg: author never closes an open connection or never closes a reader.

text and the topics are not organized well.

i dont much recommend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2.0 out of 5 stars A non-learning experience, January 23, 2012
By 
Amazon Verified Purchase(What's this?)
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
The book is a collection of code snippets with a broad range of examples. But when dealing with ADO one must work with classes. There is very little, if any, explanation of classes and the objects that can be created. There are no class library diagrams. Occasionally a method or two is discussed. The subject matter is an excellent with an excellent range of coverage. But the depth is not something that I could learn from, just copy code and hope it works. I give a notch above useless.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great Book, Great Job, April 8, 2009
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
I recently purchased this book, and I must confess, it's fantastic. I saw a small review by Scott Michell in MSDN magazine and decided to give it a try. Glad I did. On a recent project I needed to move records from dbase 111 to Access, this book showed me how to connect, read and insert records from disparate systems. I looked like a hero at work after I completed it.
If you need simple, concise and working codes(with explanations) this book will provide both. In full measure.
HIGHLY RECOMMENDED.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars The Real ADO.NET 3.5 Book, September 27, 2008
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
I finally come across a very good ADO.NET textbook. The author has done an excellent job explaning everything that ADO.NET 3.5 has to offer. I really like the textbook structure. The problem/solution approch is awesome. that book is fully loaded with code sample, in which you face with a problem, and the next thing you know is your problem is solved. I highly recommend this book for any developers who need to deepen their knowledge of this great Data Access technology from Microsoft(ADO.NET). Thank you Sir.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
3.0 out of 5 stars very good for intermediate and advanced users, October 22, 2010
Amazon Verified Purchase(What's this?)
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
as any other cookbook series from O'reilly media , this book is very useful for intermediate and advanced users , If you have at least basic knowledge about ADO.NET classes such as connection classe,data adapter class,data table ,data row and data column classes , this book is very useful for you .
also this book written in c# language ,if you are VB.NET programmer this book not for you .

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


0 of 4 people found the following review helpful:
4.0 out of 5 stars Really good for ADO.NET programmers, June 22, 2008
By 
Luis Abreu (Funchal, Madeira Portugal) - See all my reviews
(REAL NAME)   
This review is from: ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) (Paperback)
[Also posted on my blog: http://msmvps.com/blogs/luisabreu/archive/2008/06/11/book-review-ado-net-3-5-cookbook.aspx]
After several days, I've finally finished reading this book. This is really a very complete book wit lots and lots (and lots!) of examples. It's fair to say that it covers most (if not all) ADO.NET related scenarios (I'm an SQL Server user but if you're into Oracle then it also has several examples that show how to use ADO.NET and Oracle).

I do have one complaint though: chapter 8. Currently, I'll personally "hurt" anyone that is working on the same project as me and that uses ADO.NET objects on window forms or ASP.NET front ents! Ok, I'm not violent, so I wouldn't really hurt anyone :) serioulsy, don't use ADO.NET objects on your UI.

Having said this, I still recommend it (specially if you're working with ADO.NET).
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 3.5 Cookbook (Cookbooks (O'Reilly))
ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) by Bill Hamilton (Paperback - April 4, 2008)
$54.99 $34.49
In Stock
Add to cart Add to wishlist