In weniger als einer Minute können Sie mit dem Lesen von Programming Entity Framework auf Ihrem Kindle beginnen. Sie haben noch keinen Kindle? Hier kaufen.

An Ihren Kindle oder ein anderes Gerät senden

 
 
 

Kostenlos testen

Jetzt kostenlos reinlesen

An Ihren Kindle oder ein anderes Gerät senden

Lesen Sie Bücher auf Ihrem Computer oder auf anderen Mobilgeräten mit unseren GRATIS Kindle Lese-Apps.
Programming Entity Framework
 
 

Programming Entity Framework [Kindle Edition]

Julia Lerman
5.0 von 5 Sternen  Alle Rezensionen anzeigen (2 Kundenrezensionen)

Digitaler Listenpreis: EUR 35,44 Was ist das?
Kindle-Preis: EUR 22,48 Inkl. MwSt. und kostenloser drahtloser Lieferung über Amazon Whispernet
Sie sparen: EUR 12,96 (37%)

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 22,48  
Taschenbuch --  

Produktbeschreibungen

Kurzbeschreibung

If you use Entity Framework in Visual Studio 2008 and .NET 3.5, this is the book you want. Programming Entity Framework, 1st Edition offers experienced developers a thorough introduction to Microsoft's core framework for modeling and interacting with data in .NET applications. This hands-on tour provides a deep understanding of Entity Framework's architecture and APIs, and explains how to use the framework in a variety of applications built with Visual Studio 2008 and .NET 3.5.

From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this highly acclaimed first edition covers it all.

  • 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

One important note: while many of the lessons from this book will continue to be valuable as you move to .NET 4, the thoroughly revised second edition of Programming Entity Framework (August 2010) specifically targets Visual Studio 2010 and .NET 4 -- where there have been many advancements and additions to the framework.

Synopsis

"Programming Data Access with the ADO.NET Entity Framework" is a thorough introduction to Microsoft's new framework for building the data access layer of Windows and web applications. Written by Julia Lerman, the most recognized independent expert on the subject, the book covers not only such core framework components as the Entity Data Model (EDM) and the LINQ to Entities and Entity SQL query languages, but also shows how to put them to use in a variety of applications. Complete with scores of reusable examples, this practical guide is the book that developers need to master the next generation data access technology from Microsoft and put it to work.

Produktinformation


Mehr über den Autor

Julia Lerman
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Julia Lerman auf Amazon

Welche anderen Artikel kaufen Kunden, nachdem sie diesen Artikel angesehen haben?


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Kundenrezensionen

4 Sterne
0
3 Sterne
0
2 Sterne
0
1 Sterne
0
Die hilfreichsten Kundenrezensionen
6 von 6 Kunden fanden die folgende Rezension hilfreich
Format:Taschenbuch
This is simply a greate book. If you look for a book about the entity framework, choose this on. I am a seasoned software architect in the realm of data access an business logic and I have read several articles and books about the entity framework, but this book is better than everything I have read about the entity framework so far.

The book is written very well, without trying to make the topic more complicated by using formulation just to sound more scientific. The book is just clear, interesting and very informative, it is a joy to read it.

The book starts with a very simple example: Building a model out of a database consisting only of two related tables. This example is used to explain the most important features of the entity framework. This simple example helps the reader to get familiar with the concept of O/R mapping and the entity framework. Later in the book, a more realistic model is used. So do not think that the author describes simplistic scenarios only.

I found especially helpfuhl that the book describes how the entity framework interacts with other existing microsoft technologies (databinding, asp, multitier application). The various links to external ressources are also very valuable.

To sum up, this is probably the best book that covers a specific software technology I have read in the last couple of years.
War diese Rezension für Sie hilfreich?
5 von 5 Kunden fanden die folgende Rezension hilfreich
Perfekt 14. Juni 2009
Format:Taschenbuch
Dieses Buch ist wirklich ein ausgezeichneter Einstieg für alle, die bis jetzt nur sehr wenig oder gar nicht mit LINQ und dem Entity Framework zu tun hatten.

Natürlich kann ein wenig Grundwissen über neue Language-Featuers und LINQ nicht schaden, aber eigentlich wird alles wirklich gründlich (aber absolut nicht langweilig und auch als gute Auffrischung) erklärt.

Der Aufbau ist 1A ... Man startet mit einem sehr einfachen Beispiel, anhand dessen alle wichtigen Konzepte erklärt werden, bevor es dann richtig in die Tiefe geht.
Die Code-Samples und auch die Datenbank-Scripts die man auf der begleitenden Website herunterladen kann sind fehlerfrei und gut strutkuriert.

Julia Lerman versteht eine ganze Menge vom Entity Framework und bringt die nötige Begeisterung für die Materie und auch große Fähigkeit mit, ihr Wissen zu vermitteln.

Ich kann das Buch wirklich nur jedem ans Herz legen, der mehr über das Entity Framework lernen möchte.
War diese Rezension für Sie hilfreich?
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  28 Rezensionen
27 von 31 Kunden fanden die folgende Rezension hilfreich
Excellent broad coverage that also goes deep into subjects 12. Februar 2009
Von T. Anderson - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
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.
12 von 12 Kunden fanden die folgende Rezension hilfreich
Your Train to the Data Access Future has Arrived! 6. Dezember 2009
Von Ein Kunde - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Over the past 20 years of my career as a software developer, application architects have recommended that enterprise applications be developed using multiple tiers to separate the concerns of the user interface, business logic and data access layers. The challenge for programmers has been to determine how one would actually build and maintain such a beast. Microsoft has addressed part of the data portion of this architecture recommendation by introducing the "Entity Framework" (EF) to the .Net technology stack.

In most cases, databases are designed for the database administrator and not the application developer. The EF allows a programmer to add an Entity Data Model (EDM) to a client application. With an EDM, programmers can create application centric object interfaces to their data sources without having to concern themselves with the nuances of the underlying data structures. The EF takes care of translating these application objects to the SQL statements that interact with the database. So, what will lead us on this journey?

The "Programming Entity Framework" book can be divided into two major sections. Chapters 1-14 provides an introduction to all the major EF concepts while Chapters 15-23 covers advanced topics. There is a website at http://learnentityframework.com/learnentityframework/ that supports the book and allows you to download database scripts and sample applications. (As a side note, I learned from this site that the author has agreed to update her book to cover changes introduced in the 2010 version of Visual Studio.)

I like the fact that Ms. Lerman provides both VB and C# code side by side with all of her examples (my personal goal is to become fluent in both languages). The book is peppered with side notes (designated by three paw prints) that make some clarification or add pertinent information to the page.

I did a search of alternative books that cover this same subject. I investigated the online information provided by Microsoft. None of the books I researched (as well as the Microsoft articles online) came close to the scope and readability of this book. Lerman does a great job of balancing her independent point of view on this subject with the insider tips and information that make for a good read.

The myriad of tools and components contained in the EF are now a strategic part of Microsoft's data access strategy going forward. So don't get left behind. I recommend "Programming Entity Framework" as your train to the data access future. I guess that would make Julia Lerman your Conductor and Engineer on this trip as well ... ;-).
6 von 6 Kunden fanden die folgende Rezension hilfreich
A real page turner! 1. März 2009
Von D.R.D.D. - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
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.
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen: