Amazon.com: Microsoft ADO.NET 4 Step by Step (Step by Step (Microsoft)) (9780735638884): Tim Patrick: Books
Microsoft® ADO.NET 4 Step by Step (Step by Step (Microsoft)) and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
Sell Back Your Copy
For a $3.98 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Microsoft ADO.NET 4 Step by Step (Step by Step (Microsoft))
 
 
Start reading Microsoft® ADO.NET 4 Step by Step (Step by Step (Microsoft)) on your Kindle in under a minute.

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

Microsoft ADO.NET 4 Step by Step (Step by Step (Microsoft)) [Paperback]

Tim Patrick (Author)
3.2 out of 5 stars  See all reviews (5 customer reviews)

List Price: $44.99
Price: $31.89 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.10 (29%)
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 3 left in stock--order soon (more on the way).
Want it delivered Monday, February 27? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $22.39  
Paperback $31.89  
Sell Back Your Copy for $3.98
Whether you buy it used on Amazon for $19.89 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $3.98.
Used Price$19.89
Trade-in Price$3.98
Price after
Trade-in
$15.91

Book Description

November 1, 2010 0735638888 978-0735638884 1

Teach yourself the fundamentals of ADO.NET 4 -- one step at a time. With this practical, learn-by-doing tutorial, you get the clear guidance and hands-on examples you need to start creating datacentric applications for Windows® and the Web.

Discover how to:

  • Connect to external data sources, including databases and other data formats
  • Use ADO.NET Entity Framework to interact with underlying data stores
  • Build Entity Framework models with graphical design tools in Microsoft Visual Studio 2010
  • Analyze information stored in ADO.NET with various LINQ providers
  • Bind data directly to Windows Forms and Web Forms to drive information to users
  • Manage disconnected or standalone data and information
  • Go beyond the core functionality of ADO.NET to manipulate data in more advanced ways

Your step by step digital content includes:

  • Practice exercises
  • Fully searchable online edition of this book -- with unlimited access on the Web

Frequently Bought Together

Microsoft ADO.NET 4 Step by Step (Step by Step (Microsoft)) + Microsoft ASP.NET 4 Step by Step (Step by Step (Microsoft)) + Microsoft Visual Basic 2010 Step by Step (Step by Step (Microsoft))
Price For All Three: $88.57

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Microsoft ASP.NET 4 Step by Step (Step by Step (Microsoft)) $29.69

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Microsoft Visual Basic 2010 Step by Step (Step by Step (Microsoft)) $26.99

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

Tim Patrick is an author and software architect with over 25 years of experience in software development and technical writing. He has written six books and several articles on programming and other topics. In 2007, Microsoft awarded him with its Most Valuable Professional (MVP) award in recognition of the benefits his writings bring to Visual Basic and .NET programmers.


Product Details

  • Paperback: 440 pages
  • Publisher: Microsoft Press; 1 edition (November 1, 2010)
  • Language: English
  • ISBN-10: 0735638888
  • ISBN-13: 978-0735638884
  • Product Dimensions: 9.1 x 7.4 x 1.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #148,085 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

4 of 4 people found the following review helpful:
5.0 out of 5 stars Incredible Book, July 24, 2011
By 
inthebackofmymind (LADERA RANCH, US, Canada) - See all my reviews
(REAL NAME)   
This review is from: Microsoft ADO.NET 4 Step by Step (Step by Step (Microsoft)) (Paperback)
I'm writing this review in response to one of the previous reviews written here...had I read Dave's review, I wouldn't have purchased this book --which is unfortunate because it's a great book! I have little experience with Microsoft and come from an open source background, so this is all new to me. So far I have only read the first 60 pages (I bought this book two days ago), but I can say the examples are great and the author, so far, has done an incredible job explaining things. If you're new to ADO.NET and need a way of quickly getting up to speed, this book will be a great asset!

I'm confused by Dave's comment about the book being "a combination of random snippets that never bring anything together" because that simply isn't true. The author, actually, provides SEVERAL complete and fully functional examples you can download and modify during the exercises!

Dave also cites his confusion about datatables and finds fault with the author for his confusion --when the author has provided a lucid explanation on the subject! How is this the author's fault?!

Anyway, it's a great book and if you're looking for a balance between theory and "hands on," this is probably your book...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Baby Steps..., January 12, 2012
By 
Clear, straightforward, and truly step by step, this book will make a more than decent introduction for the developer who is totally new to accessing and manipulating data with the .NET platform. I really love the idea of the step by step exercises and having a "before" and "completed" version of the exercises. Another big plus is that there the code is written in both C# and VB version, both in the book examples and in the example code.. And the code is easy to understand and actually works.. I did find a couple of mistakes, and a little problem with some of the examples due to the fact that running in a non english locale date parsing will not work as expected by the book example code.. but I guess those can be viewed as minor and almost inevitable faults.. I also liked the fact that the author has chosen GUI examples and not the typical command line ones.. Having GUI code around does complicates things a little bit, but at least you get to see data manipulation in a more realistic and "satisfying" scenario.. I do have a minor gripe about this though: I think that the author should have used WPF examples throughout the book and left windows form in the 90's where they belong :) Also I think that the learning experience would have been much richer if the author had spent a little time illustrating and explaining the structure and workings of the application to complete in the step by step exercises. I know that is not the point of the book, but concentrating so exclusively on the ado code in the examples application risks to compromise the understanding of the big picture and makes for a very mechanical experience..

As for coverage, this book makes a decent job of covering all major areas, from data tables, to Linq, EF and WCF data services.. but at this page count it can only manage to do so in a way that is valuable only to the beginner. I understand that a deep and through treatment of all of ADO related technologies would be impossible to do in a single book , and even if it was possible it would not be appropriate for the beginner, but considering that this a small book being quite "sparsely written" and rich in illustrations I think that saving some whit3 space, using smaller fonts and similar tricks would have permitted to almost double the number of step by step examples without endangering your back when you carry the book around ... and that would have made this "the book" to get an introduction to ADO.NET
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
4.0 out of 5 stars ADO NET 4.0 Review, May 25, 2011
Amazon Verified Purchase(What's this?)
This review is from: Microsoft ADO.NET 4 Step by Step (Step by Step (Microsoft)) (Paperback)
As with the other book, I haven't made it all the way through this book yet, however, what I have done the book is well written, covers the basics of the subject well and will start one down the path to understanding ADO. Please do understand that this book is not an all inclusive containment of the subject as ADO.NET is a rather deep subject. What this book does is start one down the path to understanding ADO with the 4.0 .net framework. I understand much of the subject but I purchased the book for the new stuff. Study well and enjoy as this will start you down the road to programming ADO.NET.
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



Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(22)
(13)
(11)
(9)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
Is this book enough to study for MCTS 50-516? 0 Jan 16, 2011
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject