27 used & new from $2.00

Have one to sell? Sell yours here
 
 
ADO.NET in a Nutshell
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

ADO.NET in a Nutshell (Paperback)

~ Matthew MacDonald (Author), (Author)
4.7 out of 5 stars  See all reviews (10 customer reviews)


Available from these sellers.


8 new from $9.99 19 used from $2.00

Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Customers Who Bought This Item Also Bought

ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))

ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))

by Bill Hamilton
4.6 out of 5 stars (7)  $34.64
ASP.NET in a Nutshell, Second Edition

ASP.NET in a Nutshell, Second Edition

by G. Andrew Duthie
3.8 out of 5 stars (15)  $43.79
Pro ADO.NET 2.0 (Expert's Voice)

Pro ADO.NET 2.0 (Expert's Voice)

by Sahil Malik
4.3 out of 5 stars (30)  $32.99
ADO.NET Cookbook

ADO.NET Cookbook

by Bill Hamilton
4.2 out of 5 stars (8)  $29.67
C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))

by Ben Albahari
Explore similar items

Editorial Reviews

Product Description

Current with the .NET Framework 1.1, ADO.NET in a Nutshell offers one place to look when you need help with anything related to this essential technology, including a reference to the ADO.NET namespaces and object model. In addition to being a valuable reference, this book provides a concise foundation for programming with ADO.NET and covers a variety of issues that programmers face when developing web applications or Web Services that rely on database access. Using C#, this book presents real world, practical examples that will help you put ADO.NET to work immediately. Included with the book is a Visual Studio .NET add-in that integrates the entire reference directly into your help files. When combining ADO.NET in a Nutshell with other books from O'Reilly's .NET In a Nutshell library, you'll have a comprehensive, detailed and independent reference collection that will help you become more productive.

About the Author

Hamilton is a software architect who specializes in designing, developing, and implementing distributed applications using .NET and J2EE technologies.


Matthew MacDonald is a developer, author, and educator in all things Visual Basic and .NET. He's worked with Visual Basic and ASP since their initial versions, and written over a dozen books on the subject, including The Book of VB .NET (No Starch Press) and Visual Basic 2005: A Developer's Notebook (O'Reilly). He has also written Excel 2007:The Missing Manual, Excel 2007 for Starters: The Missing Manual, Access 2007:The Missing Manual, and Access 2007 for Starters: The Missing Manual, all from O'Reilly. His web site is www.prosetech.com.

Product Details

  • Paperback: 704 pages
  • Publisher: O'Reilly Media (April 2003)
  • Language: English
  • ISBN-10: 0596003617
  • ISBN-13: 978-0596003616
  • Product Dimensions: 8.8 x 6 x 1.3 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #896,198 in Books (See Bestsellers in Books)

More About the Author

Bill Hamilton
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Bill Hamilton Page

What Do Customers Ultimately Buy After Viewing This Item?


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
 

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

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

 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Microsoft MVP 2005 - Visual C# loves this one, July 25, 2005
I own over 50 books on .NET including several on ADO.NET. This book is my favorite on ADO.NET. Thus, it is the one I use most often. It has a great blend of discussion, documentation, and code samples. It is much easier and more thorough than much of the MSDN documentation or most other books. I've yet to run into a situation where the answer I need isn't either in this book or gives me a great starting point to find that answer.

Virtually every ADO.NET oriented class, method, event, and property is covered.

This book is definitely worth purchasing.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
12 of 15 people found the following review helpful:
3.0 out of 5 stars Not for beginners, academic interest for advanced., December 10, 2003
By Clive Sinclair (Switzerland) - See all my reviews
The first third of the book discusses, with code samples, how the component parts (connections, data providers, data readers, data sets etc.) fit together. This is interesting.

The next third analyses the classes themselves but can be seen as a help rehash (altho' this is a little harsh since it does go into more detail than the standard help).

And the last third lays out the namespaces themselves and shows the classes within them, tabulating their members without further comment. Not useful.

In the end, I still didn't feel confident enough to develop even a simple application (except with the data grid, as in many samples). Why would I want to merge two data sets, and why do I get duplicates in the data set but not the underlying data base? What exactly happens when I Update, or EndEdit()? When I do a Fill() on a dataset, am I really sucking the entire data into memory?! Is this efficient, what is Best Practice on this?

ADO.NET puts a large, complex, flexible abstraction between the developer and the database itself, and what is needed is someone to show the "correct" way to use all these bits in real-world programs.

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


 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Incredible!, April 28, 2004
By Keith (Houston, TX) - See all my reviews
I've owned this book for 3 days and cannot put it down! I have not been a big fan of O'Reilly over the years, but this book is "incredible". It goes into the detail that most books seem to omit and it's those details that we "developers" desperately need.

I would recommend this book to ANY and ALL .NET developers who are writing code that hits against a database. There are topics covered in this book that Microsoft's own MSDN and VS.NET help system seem to fail at properly explaining. It's because of this that I've found myself (all too often) going to codeguru.com and google groups to get answers to ADO.NET questions that this book actually covers.

My hat goes off to authors Matthew MacDonald and Bill Hamilton on a job well done.

Coming from a Visual Basic background and now working in VB.NET and C#.NET, this book should satisfy both the VB.NET and C# developer.

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

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

5.0 out of 5 stars The best way to learn ADO.NET
The bitter, Faster, and Lighter way to learn ADO.NET , the book contains and explain ALL ADO.NET Classes in simple way , of course the book written by experts in Microsot . Read more
Published on August 25, 2007 by abdelmotalep

5.0 out of 5 stars A long time Oracle and Mysql programmer learns the basics of ADO.NET
--A Concise Reference with only the useful information. ADO.NET really does take a different approach from the other database API's. Read more
Published on May 28, 2006 by Robert M. Templeton

5.0 out of 5 stars Excellent reference, and a good introduction to ADO
This book is classic O'Reilly. It's separated into three sections. The first being a thorough but brief introduction to all aspects of the API. Read more
Published on March 13, 2004 by Jack D. Herrington

5.0 out of 5 stars Another MacDonald Classic
Not too long ago, I thought I didn't like O'Reilly titles. I've since done a 180 and have really grown to like them. This book is one of the reason's why. Read more
Published on November 21, 2003 by William G. Ryan

5.0 out of 5 stars Strong Addition
This nutshell book is a strong addition to the line. If you've had the opportunity to use these books before, then you'll be in a good position to take advantage of what this one... Read more
Published on August 12, 2003 by Michael London

5.0 out of 5 stars Lives up to the tradition of other Nutshell books
I have always been a fan of the O'Reilly Nutshell series, and this book lives up to the tradition of its predecessors. Read more
Published on July 6, 2003 by ueberhund

4.0 out of 5 stars Very Helpful.
I have thumbed through a few .net and one ado.net books and this has been pretty much the most useful for me. The other ado. Read more
Published on June 23, 2003

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.



Your Recent History

 (What's this?)

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