Free Downloads
ADO.NET In A Nutshell

Written by experts on the Microsoft® .NET programming platform, ADO.NET in a Nutshell delivers everything .NET programmers will need to get a jump-start on ADO.NET technology or to sharpen their skills even further. In the tradition of O'Reilly's In a Nutshell Series, ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available.ADO.NET is the suite of data access technologies in the .NET Framework that developers use to build applications services accessing relational data and XML. Connecting to databases is a fundamental part of most applications, whether they are web, Windows®, distributed, client/server, XML Web Services, or something entirely different. But ADO.NET is substantially different from Microsoft's previous data access technologies--including the previous version of ADO--so even experienced developers need to understand the basics of the new disconnected model before they start programming with it.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.Topics covered in the book include:An Introduction to ADO.NETConnections, Commands and DataReadersDisconnected DataAdvanced DataSetsTransactionsDataViews and Data BindingXML and the DataSetIncluded 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 series, you'll have a comprehensive, detailed and independent reference collection that will help you become more productive.

Series: In a Nutshell (O'Reilly)

Paperback: 704 pages

Publisher: O'Reilly Media (April 2003)

Language: English

ISBN-10: 0596003617

ISBN-13: 978-0596003616

Product Dimensions: 6 x 1.2 x 9 inches

Shipping Weight: 1.7 pounds

Average Customer Review: 4.7 out of 5 stars  See all reviews (11 customer reviews)

Best Sellers Rank: #1,855,565 in Books (See Top 100 in Books) #8 in Books > Computers & Technology > Programming > Web Programming > ActiveX #501 in Books > Computers & Technology > Programming > Languages & Tools > Visual Basic #590 in Books > Textbooks > Computer Science > Object-Oriented Software Design

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.

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. The second section is an API reference. And the third a quick reference. This third section is included on the CD that comes with the book and will integrate into Visual Studio.Don't expect the first section of the book, which is an introduction to ADO.NET to give you a gentle introduction to the subject. That's not the Nutshell form. If you don't know ADO at all you will want to buy both this book and an introductory book. If you know related APIs, or you know ADO.NET and you need a refresher or have weak spots you will find some new things in the first section. For me it was the support for disconnect access and also the integration with the XML features of SQL Server 2000.Although this book stays true to the Nutshell form it is a little longer in the introduction than the usual. The introductory section is seventeen chapters and is almost half of the length of the book. So if you are an intermediate or advanced engineer I think you could probably learn enough ADO directly from this book without any other introductory book.

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.

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.

I have always been a fan of the O'Reilly Nutshell series, and this book lives up to the tradition of its predecessors. However, this book actually goes one step further: all the content in the book is provided on an accompanying CD, which integrates an electronic version of the book directly into Visual Studio .NET. This means that (like the regular MSDN documentation), the O'Reilly documentation becomes a part of your context-sensitive help. Now that's pretty cool! The book is current with the 1.1 version of the Framework, which is a big deal, since there were some pretty significant changes to XML in this release (which is integral to ADO.NET). Like all the other Nutshell books, this one begins out with a quick introduction to all of the more popular classes in ADO.NET through explanation and examples of use. I personally enjoyed the section on DataTables, as there is a lot of discussion on things I don't normally do in conjunction with DataTables, like computing aggregate calculations and merging data sets.Even though this is an ADO.NET book, the authors realize that you can't talk about just ADO.NET, you really need some discussion on implementing the data in a GUI (like using a DataGrid). The authors actually spend some time discussing various issues in data binding and various methods for retrieving and displaying data via this mechanism.Finally, there is considerable discussion (for a Nutshell book) on the relationship between a DataSet and XML. This discussion also includes the basics of using an XSLT to transform XML.

ASP.NET: Programming success in a day: Beginners guide to fast, easy and efficient learning of ASP.NET programming (ASP.NET, ASP.NET Programming, ASP.NET ... ADA, Web Programming, Programming) ADO.NET in a Nutshell Pro ASP.NET Web API Security: Securing ASP.NET Web API (Expert's Voice in .NET) Murach's ADO.NET 4 Database Programming with C# 2010 (Murach: Training & Reference) Tor and The Dark Net: Remain Anonymous Online and Evade NSA Spying (Tor, Dark Net, Anonymous Online, NSA Spying) VBScript: Programming Success in a Day: Beginner's Guide to Fast, Easy and Efficient Learning of VBScript Programming (VBScript, ADA, ASP.NET, C#, ADA ... ASP.NET Programming, Programming, C++, C) ASP.NET: Programming Success in a Day: Beginners Guide to Fast, Easy and Efficient Learning of ASP.NET Programming Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional (Expert's Voice in .NET) Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5 Foundations of C++/CLI: The Visual C++ Language for .NET 3.5 (Expert's Voice in .NET) Expert Visual C++/CLI: .NET for Visual C++ Programmers (Expert's Voice in .NET) Pro Visual C++/CLI and the .NET 2.0 Platform (Expert's Voice in .NET) Pro C# 5.0 and the .NET 4.5 Framework (Expert's Voice in .NET) Pro ASP.NET MVC 5 (Expert's Voice in ASP.Net) Beginning ASP.NET 4.5 in C# (Experts Voice in .Net) ASP.NET MVC 5: Learn ASP.net MTV 5 Programming FAST and EASY! (From Zero to Professional Book 1) Learn ASP.NET MVC: Be ready for coding away next week using ASP.NET MVC 5 and Visual Studio 2015 Diving into ASP.NET WebAPI: Learn REST services in .Net : A Practical Approach Python in a Nutshell, Second Edition (In a Nutshell)