Books for Prep










 : Pro ADO.NET 2.0 (Expert's Voice)

List Price: $49.99
Amazon.com's Price: $31.49
You Save: $18.50 (37%)
Prices subject to change.



Availability: Usually ships in 24 hours



This item ships for FREE with Super Saver Shipping.
Binding: Paperback
Dewey Decimal Number: 005.276
EAN: 9781590595121
ISBN: 1590595122
Label: Apress
Manufacturer: Apress
Number Of Items: 1
Number Of Pages: 584
Publication Date: September 19, 2005
Publisher: Apress
Studio: Apress




Accessories: Related Items: Alternate Versions: Click to Display

Browse for similar items by category: Click to Display



Editorial Review:

Product Description:


This is likely to be the one ADO.NET book that stays next to my desk for quick reference.

— Dennis Hayes, Dot Net Developer's Journal



(Pro ADO.NET 2.0) stands head and shoulders above its competition.

— Thomas Wagner, wagnerblog.com



(Sahil Malik) covers stuff that real developers are confronted with over and over everday. He intentionally focuses on problem areas and how to address them. (And) the absolute best thing about this book is it's readability.

— Bill Ryan, Bill's House O Insomnia



Pro ADO.NET 2.0 is a guide and reference for.NET developers who are looking to further their understanding of ADO.NET 2.0.



This book takes a new approach, focusing on the practical tasks like connecting to the database, retrieving data, and working with transactions, rather than rehashing much of the MSDN documentation. Pro ADO.NET 2.0 offers the deep and much needed practical understanding, viewpoint, and knowledge developers are looking for.



This book explains what is available in ADO.NET by associating it with the need to solve a practical problem and better architect an application, rather than mugging up the hundreds of classes and properties available in the framework.





Customer Reviews
Average Rating:  out of 5 stars

Rating: 4 out of 5 stars - Sample Source Codes
The book is good and subject is good. Just word of warning for you that is using the codes in the books in C#. If you are using the new SQLExpress 2005, please note for specifying the connection in your datasource:
Example:
From author-->"Data Source=(local);Initial Catalog=Test;Integrated Security=True"

Doesn't work for me!!!

Solution:

"Data Source=(local)\\SqlExpress;Initial Catalog=Test;Integrated Security=True"

Why "\\" instead ... Read More



Rating: 5 out of 5 stars - Excellent coverage of ADO.NET 2.0, good examples
This was the first book I purchased covering ADO.NET 2.0, and I'm very glad it was.

I am an experienced .NET developer, so I was looking for something that was intelligently written, with good real-world example code snippets that can be plugged directly into apps.

Any good programmer tends to develop a consistent pattern of code for a particular task, so I personally like books that are written by such a developer who has worked with the technology long enough to have developed ... Read More



Rating: 1 out of 5 stars - Too many unnecessary analogy
Not intended for "Pro". Analogies used made this very, very slow and boring. Highly technical terms used were unnecessary and repetitive w/c makes this book can loose the momentum of the reader to focus more on the topics.
Not Recommended even with beginners.



Rating: 2 out of 5 stars - Some Critical Data Missing
Perhaps I expected too much from this book. There are three long chapters (166 pages) on updating the data base. What is missing is information and examples on handling the inevitable errors that can occur. Too much time is spent on inept ways developers approach design and not enough time on making a good approach (timestamp) robust by defining appropriate error handling methodology. I typically reuse good examples in my code but I have not found a single routine that I can put into production code. ... Read More



Rating: 5 out of 5 stars - Really good book
This is truly the only book you will need to understand ADO.NET. It's not a reference, but that's what we have online help for.







 






In association with Amazon.com