or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
52 used & new from $25.49

Have one to sell? Sell yours here
 
   
Programming Entity Framework
 
 
Tell the Publisher!
I’d like to read this book on Kindle

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

Programming Entity Framework (Paperback)

~ (Author), Lerman Julia (Author)
Key Phrases: web services, model browser, using stored procedures, Entity Framework, Object Services, Visual Studio (more...)
4.7 out of 5 stars  See all reviews (23 customer reviews)

List Price: $54.99
Price: $34.64 & this item ships for FREE with Super Saver Shipping. Details
You Save: $20.35 (37%)
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.

Want it delivered Thursday, November 12? Choose One-Day Shipping at checkout. Details
36 new from $29.97 16 used from $25.49
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Check Out Related Media

04:26


Best Value

Buy Programming Entity Framework and get ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly)) at an additional 5% off Amazon.com's everyday low price.

Programming Entity Framework + ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))
Buy Together Today: $67.55

Show availability and shipping details

  • This item: Programming Entity Framework

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

  • ADO.NET 3.5 Cookbook (Cookbooks (O'Reilly))

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


Customers Who Bought This Item Also Bought

Pro ASP.NET MVC Framework

Pro ASP.NET MVC Framework

by Steven Sanderson
4.8 out of 5 stars (37)  $31.49
Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer)

Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer)

by Dino Esposito
4.8 out of 5 stars (20)  $29.69
Programming WCF Services

Programming WCF Services

by Juval Lowy
4.5 out of 5 stars (68)  $31.50
RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5

by Jon Flanders
4.3 out of 5 stars (9)  $26.39
Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008 (Murach: Training & Reference)

Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008 (Murach: Training & Reference)

by Anne Boehm
4.2 out of 5 stars (9)  $33.08
Explore similar items

Editorial Reviews

Amazon.com Review

Programming Entity Framework is a thorough introduction to Microsoft's new core framework for modeling and interacting with data in .NET applications. This highly-acclaimed book not only gives experienced developers a hands-on tour of the Entity Framework and explains its use in a variety of applications, it also provides a deep understanding of its architecture and APIs. Although this book is based on the first version of Entity Framework, it will continue to be extremely valuable as you shift to the Entity Framework version in .NET Framework 4.0 and Visual Studio 2010. From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this book covers it all.

Working with Object Services

(Excerpt from Chapter 9)

Most of the work that you will do in the Entity Framework will involve the objects that are based on the entities in your Entity Data Model (EDM). The Object Services API is the part of the framework that creates and manages these objects. Although you have worked with Object Services in much of the code you wrote in earlier chapters, and you have touched on a variety of its topics along the way, you haven't yet seen the big picture. The API has a lot of tools that you can access directly to take charge of your entity objects.

This chapter is devoted to giving you a better understanding of the Object Services API: what it is responsible for, what it does under the covers, and some of the ways that you can take advantage of it.
You will learn about how queries are processed and turned into objects, how these objects are managed during their life cycle, and how Object Services is responsible for the way entities are related to each other. You will see how the ObjectQuery works and how it relates to LINQ to Entities queries under the covers. This chapter will also give you a better understanding of how Object Services manages an entity's state, beyond what you learned in Chapter 5.
As you become more familiar with the purpose, features, and implementation of Object Services, you will be better prepared to solve some of the challenges you will face as you move from using the "drag-and-drop" application-building features that Visual Studio provides to building enterprise applications where you need to have much more control over how all of the pieces of the application interact with one another.

Where Does Object Services Fit into the Framework?


Object Services is at the top of the food chain in the Entity Framework. The namespace for this API is System.Data.Objects, and it provides all of the necessary functionality for generating and interacting with the objects that are shaped by the conceptual layer and are populated from a data store.
As shown in the figure, Object Services initially processes your LINQ to Entities and ObjectQuery queries, as well as materializes the query results into objects.

Object Services as it relates to the rest of the Entity Framework stack
You can divide the core functionality of Object Services into seven areas:
1) Query processing
2) Object materialization
3) Object management
4) Object relationship management
5) Object state management
6) Database Manipulation Language (DML) command processing
7) Additional features


Product Description

Written by Julia Lerman, the leading independent authority on the framework, Programming Entity Framework includes scores of reusable examples--written in both Visual Basic and C#--that you can implement right away. This book will help you:
  • Understand the core concepts you need to make the best use of the Entity Framework (EF) in your applications
  • Learn to query your data, using either LINQ to Entities or Entity SQL
  • Create Windows Forms, WPF, and ASP.NET applications
  • Build ASMX web services and WCF services
  • Use Object Services to work directly with your entity objects
  • Delve into model customization, relationship management, change tracking, data concurrency, and more

Presented in a clear narrative style that reflects the hundreds of hours the author has spent consulting, teaching, and writing about this new data access technology and testing its myriad features, Programming Entity Framework will help you master the technology and put it to work.


Product Details

  • Paperback: 828 pages
  • Publisher: O'Reilly Media; 1 edition (February 12, 2009)
  • Language: English
  • ISBN-10: 059652028X
  • ISBN-13: 978-0596520281
  • Product Dimensions: 9.2 x 7 x 1.8 inches
  • Shipping Weight: 2.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (23 customer reviews)
  • Amazon.com Sales Rank: #7,674 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #2 in  Books > Computers & Internet > Computer Science > Modeling & Simulation
    #3 in  Books > Computers & Internet > Databases > Database Design
    #7 in  Books > Computers & Internet > Databases > SQL

More About the Author

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

Visit Amazon's Julia Lerman Page

Inside This Book (learn more)


Tags Customers Associate with This Product

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

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

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

 
16 of 16 people found the following review helpful:
5.0 out of 5 stars Excellent broad coverage that also goes deep into subjects, February 11, 2009
Amazon Verified Purchase(What's this?)
This is definitely the book to have by your side if you are programming with the ADO.NET Entity Framework 1.0.

The author touches on a ton of subjects that include: Data Binding with Windows Forms and WPF Applications, Using Stored Procedures with the EDM, LINQ to Entities Queries, Customizing Entities, Using the ASP.NET EntityDataSource Control, Using Entities with Web and WCF Services, Using the Entity Framework in n-Tier ASP.NET Applications and n-Tier Client-Side Applications, Handling Entity Framework Exceptions, Performance, Security, Multithreaded Applications, and much more.

There is a lot covered in this book. One of the coolest things about this book is the amount of new possibilities it introduces. Many which I would not have considered without seeing them in this book.

I also like that the book covers the architectural aspects of integrating EF into several different types of architectures.

The author drills into each subject enough to get a thorough understand. With all the material covered, that is rare, but the book is an 800 page whopper.

I have been working with the EF 1.0 since its release in August and can say that this book has more information jammed into it than all the other resources I have been using combined.

The book includes VB.NET and C# code examples.

The book has a support site (google for learnentityframework) with the code samples and the database scripts available. The downloaded code is also in both VB.NET and C#. It is well organized and very usable.

The book is very well organized and is a good read. The author has a good writing style.

All in all, I do not think you can do without this book if you are going to do anything besides play around with the Entity Framework.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
9 of 10 people found the following review helpful:
5.0 out of 5 stars Essential & Superb, February 19, 2009
By Ward R. Bell (Bay Area, CA) - See all my reviews
(REAL NAME)   
What a wonderful book. Clearly written. Comprehensive. Candid. More than a year in the making and well worth every pound. To be fair, I've just started reading (it arrived only 5 days ago) and I've been dipping in at various points. A more thorough review awaits. But this I know: every few pages I find myself exclaiming "very well said!" or "I didn't know that!"

It happens to me whether I'm reading the introduction to EDM, the discussion of n-tier and Astoria, Entity SQL versus LINQ for Entities, Expression versus Method syntax, stored procedures, views, Defined Queries. All covered simply, correctly, and intelligently. I may have hundreds more pages to discover but I've got my money's worth already and I'm buying copies for the office.

If you are using Entity Framework or think you might want to ... this is the book to own. I'm looking forward to seeing more EF books from other authors but I doubt they can equal or surpass this one.

A quick note of "full disclosure": First, I've met Ms. Lerman once, we've corresponded a few times, but there is no other connection and, as my momma taught me, if I didn't have something nice to say ... I wouldn't have had to say anything at all. Second, I've been working with Entity Framework for almost a year; I'd know if there was any fluff or BS and I have found none.

I'll be back w/ more thoughts soon ... just had to register my thumbs up now.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars A real page turner!, February 28, 2009
I'm a seasoned VB6/PHP/Green Screen developer who has floated around .NET but never gone beyond tinkering. Entity Framework (and LINQ and MVC) have convinced me that it's time to jump fully on the .NET wagon.

I'm loving this book because while it assumes the reader knows how to write a program, it doesn't assume that the reader is a .NET programmer. It explains Entity Framework excellently while also explaining Visual Studio/.NET concepts succinctly, without wasting the reader's time explaining what an integer is.

The many pointers to web resources for further information are greatly appreciated and increase the book's value to someone, like me, coming to .NET rather late in the game without bogging down the book for seasoned .NET programmers.

Finally, the author's use of a "brown field" application for the examples, complete with "legacy typos" and examples of how EF can free you of legacy design flaws while leaving the legacy intact show that the author has been in the trenches writing real code and has a great deal of wisdom beyond Entity Framework to share.
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

5.0 out of 5 stars Impressed
I have hundreds of computer books on programming in the last 24 years. This is by without a doubt the best written, most informative on the subject matter of any book I ever... Read more
Published 13 days ago by Ryan L. Todd

5.0 out of 5 stars Great book!
This is a great book for both the beginner programmer willing to know about the EF and for the seasoned coder who wants the details of this new data access technology... Read more
Published 1 month ago by Harley O'Brien

5.0 out of 5 stars Pour it on..
This book is absoluetely amazing.
If you don't know what you are talking after doing the hands on, on this book, then the book has done it's job
The first ten chapters... Read more
Published 2 months ago by .Net learner

5.0 out of 5 stars Great book!
Very thorough, very straight forward. Covers all the angles of the framework. Very easy to read from front to back. Easy to follow and learn the entire Entity Framework!
Published 3 months ago by Jamie King

5.0 out of 5 stars No page wasted
When I first saw this book I was put off by the sheer size of it, but when I started to dig in, I found that every page was full of information and was well organized. Read more
Published 4 months ago by Dustin Davis

5.0 out of 5 stars The Best Book On EF Out There Right Now
This is a well written book with good learning examples. For anyone new to EF that wants to learn not only how EF works, but why - start with this book. This is V1. Read more
Published 4 months ago by Ronald Landers

5.0 out of 5 stars Good one
I am into Chapter 8 now and so far enjoying the book. There are instances where reviews can be misleading but I am glad the average review for this book are not at all overrated... Read more
Published 4 months ago by Akash Aggarwal

5.0 out of 5 stars Essential for learning EF
This is one well written and great to read technical book. The author does a superlative job of explaining the material and supplementing it with numerous examples which the... Read more
Published 5 months ago by Keith S. Safford

5.0 out of 5 stars Great writing style!
The author, Julia Lerman, has a wonderful writing style that has kept my interest peaked on the topic of the Entity Framework. Not only that, but, her samples (both in VB. Read more
Published 5 months ago by Chris Russi

5.0 out of 5 stars You gotta learn EF
Entity Framework (EF) will be a foundational technology for Microsoft for many years to come...just poke around Microsoft's site and see how many other departments are using it... Read more
Published 5 months ago by Michael A. Marsh

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
   


Listmania!


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.