36 used & new from $0.69

Have one to sell? Sell yours here
 
 
Essential ADO.NET
 
 
Tell the Publisher!
I’d like to read this book on Kindle

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

Essential ADO.NET (Paperback)

~ (Author)
3.9 out of 5 stars  See all reviews (13 customer reviews)


Available from these sellers.


12 new from $5.19 24 used from $0.69

Customers Who Bought This Item Also Bought

Programming Microsoft  ADO.NET 2.0 Applications: Advanced Topics

Programming Microsoft ADO.NET 2.0 Applications: Advanced Topics

by Glenn Johnson
4.2 out of 5 stars (9)  $31.49
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net)

by Andrew W. Troelsen
4.5 out of 5 stars (62)  $37.79
Explore similar items

Editorial Reviews

Product Description

Comprehensive guide for developers of data ware applications who want to transition to Microsoft's new .NET data access architecture. Presents a thorough explanation of ADO.NET, exploring in depth the capabilities of classes, interfaces, properties, and methods. Softcover.


From the Back Cover

"Essential ADO.NET is a comprehensive guide for developers of data-aware applications who want to transition to Microsoft's new .NET data access architecture. If you want to dig deep into the how's and why's of ADO.NET, this book will prove to be a worthy guide."

—Omri Gazitt, Product Manager of ADO.NET and Product Unit Manager, XML, Microsoft

"Bob Beauchemin packs a career's worth of knowledge into ten well-organized chapters, each one dense with information and insights. If you work with databases on Windows, buy this book."

—David Chappell, Principal of Chappell & Associates

Microsoft's ADO.NET enables Windows-based applications to access many types of databases from a variety of different vendors. This technology offers the advantage of cross-database flexibility that is essential for Internet and distributed-computing success.

Essential ADO.NET presents a thorough explanation of ADO.NET, exploring in depth the capabilities of classes, interfaces, properties, and methods. This book also examines the structure of data and demonstrates the ways in which ADO.NET can solve data access challenges. In particular, the discussion focuses on how ADO.NET effectively balances the need for generic functionality with efficiency, and how it is specifically designed to address today's need for scalability, concurrency, and robustness. A convenient reference for programmers moving from other data access APIs, including OLE DB, ADO, ODBC, and JDBC, Essential ADO.NET correlates classes and functions from these other APIs to those of ADO.NET.

You will find practical information on:

  • How the ADO.NET model can be used to access relational data stores
  • The DataSet class for in-memory data representation
  • How ADO.NET handles concurrency conflict-resolution problems
  • Guidelines for deciding when to use an online stream (DataReader) or offline cache (DataSet)
  • How to map database information using ASP.NET WebForm
  • How ADO.NET integrates relational data storage and XML representation with Microsoft's SQL Server
  • Essential ADO.NET is the most complete source of information for this crucial piece of the new Microsoft platform. Whether you are new to this application or have used it before, this book will help you to understand and get the most out of ADO.NET.



    0201758660B05132002

    Product Details

    • Paperback: 560 pages
    • Publisher: Pearson Education; 1st edition (May 28, 2002)
    • Language: English
    • ISBN-10: 0201758660
    • ISBN-13: 978-0201758665
    • Product Dimensions: 9.2 x 7.4 x 1 inches
    • Shipping Weight: 1.8 pounds
    • Average Customer Review: 3.9 out of 5 stars  See all reviews (13 customer reviews)
    • Amazon.com Sales Rank: #1,342,940 in Books (See Bestsellers in Books)

    More About the Author

    Bob Beauchemin
    Discover books, learn about writers, read author blogs, and more.

    Visit Amazon's Bob Beauchemin Page

    Look Inside This Book
    Browse Sample Pages:
    Front Cover | First Pages | Back Cover


    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

    13 Reviews
    5 star:
     (7)
    4 star:
     (2)
    3 star:
     (1)
    2 star:
     (2)
    1 star:
     (1)
     
     
     
     
     
    Average Customer Review
    3.9 out of 5 stars (13 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    8 of 8 people found the following review helpful:
    2.0 out of 5 stars Lots of info but a disappointing read., October 29, 2002
    By A Customer
    After reading the reviews of this book I purchased it and was disappointed. While Bob Beauchemin certainly seems to know quite a bit about databases and ADO.Net I found that his writing style made it hard for me to learn as much as I had hoped I would. He tends to just state facts (useful as they may be) without giving proper context. He never seems to explain why something is the way it is. Similarly, while each example covers the intended functionality, they are only rarely explained.

    Having finished reading the book I feel an army draftee who is taught how to shoot and march and then dropped into a war zone without a clue as to actually survive.

    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    7 of 7 people found the following review helpful:
    4.0 out of 5 stars Nicely written by an experienced and knowledgable author, October 4, 2002
    This book is most suited for an experienced database developer who wants to learn ADO.NET. It distinguishes nicely between connected and disconnected access. Later chapters provide specialized material for users of other database libraries who are converting to ADO.NET. Most code is fragmentary but some complete programs are available online. The code could be more clearly identified with the corresponding text sections.

    Although this book starts with an introductory chapter with a brief introduction to SQL and the relational model, most chapters dive into discussions that might drown novices unless more tutorial background was included. However those with some database experience would find a useful detailed introduction to ADO.NET.

    The book is easy to read. Each chapter has many code fragments, and perhaps a few complete programs. All those I tried compiled without error. The examples in Chapter 2, ADO.NET Basics, assume SQL Server is the database. While it would be easy to convert the examples to another provider, the data would not be available and users of other databases cannot execute these examples. The downloaded code contains some Palm database files, but without any explanation of what to do with them.

    Chapter 4 has only two complete program available for download. The first is included in the book on p. 165, but Chapter 4 starts on p. 127. The second refers to a brief section at the end of the chapter which has no code. It would be much more helpful to have complete examples from earlier in the chapter.

    The code fragments from Chapter 4 are available for download. It takes a while to correspond the code to the text. My sleuthing found that Figure 4.3 in the code is Listing 4.1 in the text, Figure 4.4 is Listing 4.2 and so on. The fragments compile and execute, but are not as helpful as complete programs.

    The book is nicely written and has lots of information. The author is clearly experienced and knowledgable. It would be a lot easier to learn from if more complete examples were provided and clearly identified with specific sections in the text. ---Reviewed by Art G.

    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    7 of 8 people found the following review helpful:
    5.0 out of 5 stars If you're programming with ADO.NET, you need this book!, June 25, 2002
    By Rob Steward (Winston-Salem, NC USA) - See all my reviews
    There is no question that Bob Beauchemin knows his stuff! Anyone who has done any database programming and wants to learn ADO.NET should read this book. Bob obviously has an incredible knowledge of database access standards and ADO.NET is no exception. I have read a number of books on ADO.NET at this point, but none of them even come close to explaining it in the clear and concise way that Bob does in this book. Having programmed with ODBC, OLE DB, and ADO, I loved the chapters that compare the common concepts and point out the ways to accomplish the same tasks that I was familiar with from the other standards.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

    1.0 out of 5 stars Not for developers.
    This reads like an ADO.NET user manual where all possibilities are mentioned but lack reasoning and coherence in the subject. Read more
    Published on June 30, 2005 by Joe

    5.0 out of 5 stars Excellent Reference/Resource Book
    This book covers those things about ADO.NET you cannot seem to find anywhere else - web, books, etc. Read more
    Published on November 24, 2004 by a .NET Head

    4.0 out of 5 stars A comprehensive reference to ADO.NET
    I was generally very pleased with this book. It is an excellent reference for .NET developers using any of the more advanced features of ADO.NET. Read more
    Published on September 18, 2003

    2.0 out of 5 stars Look Elsewhere
    Book contains a lot of valuable information, unfortunately it reads like an owner's manual. The layout of the book is it's main drawback, it follows the same format as legal... Read more
    Published on February 20, 2003 by Gary U. Berard

    5.0 out of 5 stars Outstanding book
    This book really explains the workings of ADO.NET in clear English. I suspect that the author must have spent many hours tracing the SQL traffic between PC and Database server... Read more
    Published on February 18, 2003 by fkorb

    5.0 out of 5 stars very complete
    I've read this book a couple of times. I don't have a problem with the style of writing like some of the other reviews have said. I think style is just a matter of taste. Read more
    Published on February 10, 2003 by Jim Caldwell

    5.0 out of 5 stars Great Read, must buy for using ADO.NET
    Bob's book really explains the under the cover details of ADO.NET well. He does not bore you with pages after pages of sample code. Read more
    Published on January 16, 2003 by Greg Robinson

    5.0 out of 5 stars After using the book I wish this guy will write more books
    Every time I can't find something I refer to this book it didn't disappoint me yet.
    Published on October 27, 2002

    3.0 out of 5 stars You can use it...
    It's not bad, you can use it.
    If you like VERY BIG FONTS AND MARGINS you can even enjoy it. Especially if you are kind of person who like style of Ken Henderson's "The... Read more
    Published on October 6, 2002

    5.0 out of 5 stars This book rocks!!
    This books leave all other ADO books far, far behind! It is clear that the author really, really knows his stuff and have a lifetime worth of data base knowledge. Read more
    Published on June 18, 2002 by Fred Weasly

    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
       



    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.