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 - Like New See details
$8.34 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Sell Back Your Copy
For a $0.88 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008
 
 
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.

Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008 [Paperback]

Anne Boehm (Author)
4.6 out of 5 stars  See all reviews (28 customer reviews)

List Price: $52.50
Price: $38.33 & this item ships for FREE with Super Saver Shipping. Details
You Save: $14.17 (27%)
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 10 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Paperback $34.34  
Paperback, March 30, 2009 $38.33  

Book Description

March 30, 2009
"I have read a lotta programming books in my time, and this is the best presentation and layout of a book I have ever seen. It's easy to read. Content is great. I wish I had found it first in my conversion to .NET. I am so impressed that I am checking out the other Murach titles."
--Online review of the previous edition of this book

This 3.5 edition of Murach's ADO.NET book has the same great content selection, the same "paired-pages" layout (please look at the Search Inside this Book excerpt to see how this works), and the same readable style that have earned 5-star reviews for the previous 2.0 edition.

But it's been updated throughout to show you how to handle data in VB applications using today's professional techniques. You'll begin by learning how to prototype Windows applications using drag-and-drop tools like data sources. However, the code that's generated by RAD tools like these isn't easily reusable, maintainable, or scalable. So next, you'll learn how to create 3-layer applications, writing your own, more flexible ADO.NET 3.5 code.

Then, the second half of the book is all NEW, introducing you to Microsoft's latest enhancements for data handling. First, you'll see how to use LINQ (Language-Integrated Query) to work with datasets, SQL Server databases, and XML data...tasks that require a lot more code without LINQ. Second, you'll see how the ADO.NET Entity Framework lets you create an object model that provides a flexible and easy way to work with the data in a database by mapping custom business objects used by the application to objects in the database...another way to let .NET do more of the work for you.


Frequently Bought Together

Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008 + Murach's Visual Basic 2010 + Murach's ASP.NET 4 Web Programming with VB 2010
Price For All Three: $107.01

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

  • Murach's Visual Basic 2010 $34.34

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

  • Murach's ASP.NET 4 Web Programming with VB 2010 $34.34

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



Editorial Reviews

About the Author

Anne Boehm has over 20 years of experience as an enterprise programmer. For the past 7 years, she's specialized in Visual Basic and .NET programming, and she s authored or co-authored books on VB.NET, ADO.NET, and ASP.NET.

Product Details

  • Paperback: 712 pages
  • Publisher: Mike Murach & Associates; 3rd edition (March 30, 2009)
  • Language: English
  • ISBN-10: 1890774529
  • ISBN-13: 978-1890774523
  • Product Dimensions: 10 x 8 x 1.5 inches
  • Shipping Weight: 4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (28 customer reviews)
  • Amazon Best Sellers Rank: #872,170 in Books (See Top 100 in Books)

More About the Authors

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

 

Customer Reviews

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

13 of 14 people found the following review helpful:
5.0 out of 5 stars Best Of Class, September 15, 2007
Learning, teaching, or referring to it under pressure, this is a best-of-class book you want on your shelf. Combined with Murach's SQL Server 2005 title there's little you won't know how to do with db programming in Visual Studio. And, you'll have code samples for all of it--not just a high-level description. These 2 books, combined and used in unison, get my vote as something every visual studio programmer should have and hold. Some of my other faves are discussed on the ITSBITS website if you're ever interested.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
5.0 out of 5 stars Excellent Training and Reference Book!, September 13, 2007
By 
K. Starnes (Battle Ground, WA USA) - See all my reviews
(REAL NAME)   
This is a clear and concise book using the "paired pages" format. How-to on the left page and examples on the right. This style contributes to the effectivness of the learning process. This book contains a lot of information - 764 pages. The section on Three-layer Windows Forms applications contains a complete payable entry application complete with code.

As a professional developer, I need information that is accurate and easy to understand. This book qualifies on both counts.
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 Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008, June 11, 2009
By 
This review is from: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with VB 2008 (Paperback)
As with all of the other Murach books that I've read, this book has a good layout and was easy to read and understand. The first chapter of the book briefly covers the fundamentals of database programming. It then gives a brief introduction to ADO.NET 3.5 followed by several critical chapters on working with the ADO.NET components such as connections, commands, stored procedures, parameters, data sources, data sets, data readers, data tables, transactions, and object data sources. It gives detailed explanations and examples of how to use each of these components and then follows up with a very detailed chapter devoted solely to building a sample application.

The book then proceeds to give a brief introduction to LINQ, followed by chapters on working with LINQ components, with 2 chapters devoted to LINQ to SQL technology.

The last several chapters of the book cover The Entity Framework including creating an Entity Data Model, LINQ to Entities, the Entity SQL language, and the use of Entity Data Source Controls in web based applications.

Although, it would have been nice for the book to include some additional sample applications for the LINQ and Entity Framework technologies, I would still recommend it to anyone in need of a good solid reference for how to use these new technologies.
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)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
vendor invoices, data source configuration wizard, model browser, vendor balances, invoice entry, scalar properties, database error, concurrency mode, enable editing, credit total, entity value, table adapter manager, binding navigator toolbar, data context class, data source control works, query builder methods, data context object, data provider errors, vendor object, invoice object, object data source, edmx file, entities pane, navigation property, disconnected data architecture
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Entity Data Model, Vendor Maintenance, Visual Studio, Modify Vendor, Visual Basic, Three-layer Windows Forms, Dataset Designer, Private Sub, Add Invoice, Entity Framework, Terms Maintenance, Payable Entry, Solution Explorer, Query Builder, Get Vendor, Imports System, Vendor Display, Due Date, Start Page, Public Class, Invoice Maintenance, Server Explorer, View Line Items, Mapping Details, Payment Entry
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

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



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject