Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Very Good See details
$4.45 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Sams Teach Yourself ADO.NET in 24 Hours
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Sams Teach Yourself ADO.NET in 24 Hours [Paperback]

Jason Lefebvre (Author), Paul T. Bertucci (Author)
3.0 out of 5 stars  See all reviews (3 customer reviews)

Price: $29.99 & this item ships for FREE with Super Saver Shipping. Details
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0672323834 978-0672323836 May 20, 2002 1

ADO.NET is the data access model built into the .NET Framework. It replaces the old (and largely successful) ADO used in almost all Visual Basic and ASP applications built over the last few years. ADO.NET enables an application to communicate with any OLE database source (including Oracle, Sybase, Microsoft Access, and even text files). This book will present ADO.NET in a simple, easy -to-learn manner filled with many code examples and exercises. A reader with no previous knowledge of ADO.NET should be able to read this book and have a functional knowledge of new object model allowing them to retrieve and work with data from multiple data sources.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Editorial Reviews

From the Back Cover

ADO.NET is the data access model built into the .NET Framework. It replaces the old (and largely successful) ADO used in almost all Visual Basic and ASP applications built over the last few years. ADO.NET enables an application to communicate with any OLE database source (including Oracle, Sybase, Microsoft Access, and even text files). This book will present ADO.NET in a simple, easy -to-learn manner filled with many code examples and exercises. A reader with no previous knowledge of ADO.NET should be able to read this book and have a functional knowledge of new object model allowing them to retrieve and work with data from multiple data sources.

About the Author

Jason Lefebvre is vice president and cofounder of Intensity Software (http://www.intensitysoftware.com), a software development company specializing in Microsoft .NET development. Aside from software development, Jason is the coauthor of Pure ASP.NET (Sams Publishing), the code-intensive reference to ASP.NET. In addition, Jason has written numerous articles for nationally known magazines such as Visual C++ Developer¿s Journal, Visual Studio Magazine, and MSDN Magazine.

Paul Bertucci is managing principal and founder of Database Architechs (http://www.dbarchitechs.com), a database consulting firm based in San Francisco, California, and with European offices in Paris, France. He has more than 20 years of experience doing database design, data architecture, data replication, performance and tuning, distributed data systems, data integration, and systems integration for numerous Fortune 500 companies. He has authored numerous articles, standards, and courses such as Sybase¿s "Performance and Tuning" course and "Physical Database Design" course. Paul is a frequent conference speaker and regularly teaches database design, performance and tuning, data modeling, OLAP, Supply Chain Management, and SQL courses. He has worked heavily with .NET, MS SQL Server, Sybase, DB2, and Oracle, and has architected several commercially available tools in the database, data modeling, performance and tuning, and data integration arena. He also was one of the primary authors for Microsoft SQL Server 2000 Unleashed (Sams Publishing). Paul received his formal education in computer science from UC Berkeley. He lives in northern California with his wife, Vilay, and five children (the fifth came right in the middle of writing Chapter 19 of this book¿a boy!). Paul can be reached at pbertucci@dbarchitechs.com and by phone at 925-674-0000.


Product Details

  • Paperback: 408 pages
  • Publisher: Sams; 1 edition (May 20, 2002)
  • Language: English
  • ISBN-10: 0672323834
  • ISBN-13: 978-0672323836
  • Product Dimensions: 9.1 x 7.4 x 0.9 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #2,676,879 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

2 of 2 people found the following review helpful:
2.0 out of 5 stars disappointing , frustrating and sloppy, January 26, 2008
By 
maddog (New Mexico) - See all my reviews
This review is from: Sams Teach Yourself ADO.NET in 24 Hours (Paperback)
I worked about half way through this book and then gave up.

While I will say the choice of examples seems good, the explanations are inadequate or missing. I did the entire chapter on sqlAdapters and could not understand what they are for. I opened up another book which explained simply that the point of an adapter is to encapsulate four sql commands, select, delete,insert & update. Oh yeah! Of course!

The examples are shoddy - many typos. Sometimes the C# code is not presented in the text. The book says its available in the downloadable content. Not always. C# is the stepchild in this book.

The examples use a wide variety of editing tools when it could have stuck with just one such as Visual Studio. I really dont need to master all these tools at the same time as I am trying to digest ADO basics.

I am an experienced C# programmer yet I wasted several hours trying to get one of the examples to work. I gave up at that point.

If you know enough not to get snagged on the errors in this book then you dont need the book. If you are a beginner in ADO, you will get very frustrated. Why pay money for that?
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 It matches my expectation, May 2, 2005
By 
This review is from: Sams Teach Yourself ADO.NET in 24 Hours (Paperback)
I was a little apprehensive after reading the review here. So I actually went to a local bookstore (try it, it's fun!) to flip through the pages to see for myself before buying it online.

I think it's a case of setting the right expectations. It's not a "ADO.NET Bible" nor a 2000-page reference, so don't expect that type of detail from this book. However, this is for someone using Visual Studio .Net for the second time, right after having mastered sample VS tutorials and ready to try out DB connectivities for the first time.

I have used DB's before, but just learning Visual Studio (C#) for the first time. So I am from a different path than most other indended readers. I found the DB sections to be very accurate and easy to follow. That gave me the confidence that the other sections would be on par. The rest of the sections provided a logical next step to Microsoft's own tutorial, especially on the area of connection pooling and what performance traps there are for people with little or no DB background.

Even though it's 400 pages, it makes a very clean/quick read on the interactions between front-end code and DB.

I would recommend reading this book after going through Visual Studio's tutorial. Don't get me wrong, you would still need a reference (on-line or book form), but this book does a good job of easing you into the completely different world of DB interactions.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
2.0 out of 5 stars Very shallow, buggy code samples, has questions/exercises, December 2, 2003
By 
Scott Hodson (South Orange County, CA USA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Sams Teach Yourself ADO.NET in 24 Hours (Paperback)
I recommended this book to some programmers I was teaching .NET to. I liked that it contained questions and exercises, much like a text book, so they could do those on their own.

However, the sample code that we downloaded from the publisher's web site would not even compile most of the time! And most of the code samples are in ASP.NET, which they were not yet familiar with, and the into to ASP.NET and the instructions to getting IIS set up was incorrect and confusing.

As for subject matter, this book is a very superficial overview of ADO.NET, but I guess what do you expect in 24 hours.

The most redeeming quality was that it included exercises and questions at the back of each chapter which allowed me to not have to spend hours writing those myself so for that purpose I found it useful.

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
 
 
 
Only search this product's reviews



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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject