Entity Framework 4.0 Recipes: A Problem-Solution Approach und über 1 Million weitere Bücher verfügbar für Amazon Kindle . Erfahren Sie mehr


oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
oder
Mit kostenloser Probeteilnahme bei Amazon Prime. Melden Sie sich während des Bestellvorgangs an. Erfahren Sie mehr
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Entity Framework 4.0 Recipes: A Problem-Solution Approach (Expert's Voice in .NET)
 
 
Beginnen Sie mit dem Lesen von Entity Framework 4.0 Recipes: A Problem-Solution Approach auf Ihrem Kindle in weniger als einer Minute.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Entity Framework 4.0 Recipes: A Problem-Solution Approach (Expert's Voice in .NET) [Englisch] [Taschenbuch]

Larry Tenny , Zeeshan Hirani

Unverb. Preisempf.: EUR 42,99
Preis: EUR 39,80 kostenlose Lieferung. Siehe Details.
Sie sparen: EUR 3,19 (7%)
  Alle Preisangaben inkl. MwSt.
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
Auf Lager.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Lieferung bis Donnerstag, 31. Mai: Wählen Sie an der Kasse Morning-Express. Siehe Details.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Kindle Edition EUR 23,04  
Taschenbuch EUR 39,80  

Hinweise und Aktionen

  • Studienbücher: Ob neu oder gebraucht, alle wichtigen Bücher für Ihr Studium finden Sie im großen Studium Special. Natürlich portofrei.


Wird oft zusammen gekauft

Kunden kaufen diesen Artikel zusammen mit Programming Entity Framework EUR 37,95

Entity Framework 4.0 Recipes: A Problem-Solution Approach (Expert's Voice in .NET) + Programming Entity Framework
Preis für beide: EUR 77,75

Verfügbarkeit und Versanddetails anzeigen

  • Dieser Artikel: Entity Framework 4.0 Recipes: A Problem-Solution Approach (Expert's Voice in .NET)

    Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details

  • Programming Entity Framework

    Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details


Kunden, die diesen Artikel gekauft haben, kauften auch


Produktinformation


Mehr über die Autoren

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

Produktbeschreibungen

Kurzbeschreibung

Entity Framework 4.0 Recipes provides an exhaustive collection of ready-to-use code solutions for Microsoft's Entity framework, Microsoft's vision for the future of data access. Entity framework is a model-centric data access platform with an ocean of new concepts and patterns for developers to learn. With this book, you will learn the core concepts of Entity framework through a broad range of clear and concise solutions to everyday data access tasks. Armed with this experience, you will be ready to dive deep into Entity framework, experiment with new approaches, and develop ways to solve even the most difficult data access challenges. If you are a developer who likes to learn by example, then this is the right book for you. * Gives ready-to-use, real-world recipes to help you with everyday tasks * Provides guideposts for learning core concepts * Maps out key landmarks for experimenting with your own solutions What you'll learn * Solve the most common data access problems using Entity framework. * Implement basic data access design patterns using Entity framework. * Seamlessly model your solutions across both code and data. * Improve data access performance. * Use data binding to simplify and reduce your code. * Leverage the recipes to empower your own exploration of Entity framework. Who this book is for This book is for anyone learning Microsoft's Entity framework - Microsoft's primary data access platform. If you have ever struggled to learn a new technology, programming model, or way of doing something, you know how helpful simple, real-world examples can be. For the beginning developer, this book provides concrete examples for common data access tasks. For developers with experience with previous Microsoft access platforms, this book provides a task-by-task mapping between previous approaches and the patterns used in Entity framework. Table of Contents * Getting Started With Entity Framework * Entity Data Modeling Fundamentals * Querying an Entity Data Model * Using Entity Framework in ASPNET * Loading Entities and Navigation Properties * Beyond the Basics with Modeling and Inheritance * Working with Object Services * Plain Old CLR Objects * Using the Entity Framework in N-Tier Applications * Stored Procedures * Functions * Customizing Entity Framework Objects * Improving Performance * Concurrency * Advanced Modeling

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


In diesem Buch (Mehr dazu)
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis
Hier reinlesen und suchen:

Vorgeschlagene Tags zu ähnlichen Produkten

 (Was ist das?)
Setzen Sie den ersten relevanten Tag hinzu (ein Schlüsselwort, das mit diesem Produkt in engem Zusammenhang steht).
 
(2)

 

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  24 Rezensionen
23 von 25 Kunden fanden die folgende Rezension hilfreich
Don't buy the Kindle version.... 21. Januar 2011
Von Phil Boyd - Veröffentlicht auf Amazon.com
Format:Kindle Edition|Von Amazon bestätigter Kauf
The Kindle version is so incomplete as to be completely worthless. Almost none of the images or example code that is referenced made it into the Kindle version from the print version.
11 von 12 Kunden fanden die folgende Rezension hilfreich
Excellent book with great coverage of Entity Framework 4.0 3. Juni 2010
Von Steve Kerns - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
This is absolutely the book to have if you are programming with Entity Framework. This book covers all kinds modeling scenarios, improving performance (this was really important for me), querying using both linq and entity SQL, POCO, n-tier applications, and a bunch of other stuff.

The cool thing about this book is that it's full of examples, tons of code that actually works, and has a bunch of stuff I've never seen anywhere else about EF.

The book is very well organized and the author has a good writing style. Everything is right to the point.

I just do not think you can do without this book if you are going to do anything besides play around with the Entity Framework.
14 von 16 Kunden fanden die folgende Rezension hilfreich
Good book on EF 4.0 25. August 2010
Von H. Zhang - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I have learned a lot from this book and used some methods in the book for my application, so I am a grateful reader. Since this book has been praised by so many reviews, I thought it would be most useful for me to state the strengths of this book quickly then follow it with my reservations that prevented me from giving 5 stars to it.

It is very readable and well organized. It is more than a collection of recipes because the first few chapters could give a beginner a good start on EF. Some people may think it has a lot of redundancy by providing a complete list of the code for each recipe, I personally like the completeness (I have the eBook version so the thickness does not bother me at all).

Here are my reservations:

1. There are three methods to query a conceptual model in EF - LINQ to Entities, Entity SQL, Query builder methods. This could be confusing to novice readers. The book mixes all of them and it may be the best approach to mix them to achieve the most elegant code, but I wish the author could share the rationale of each mixture which can be very educational.

2. Each recipe is a method to solve a problem with a specific approach but it may not be the best overall method. I wish the book could clearly point out this. A typical example is recipe 4-3 which is a method for assigning a value to a property with code during data saving. This is a very common scenario for data entry applications (e.g. setting the user ID value which is not entered by the user for each record) and it is usually achieved by a single line of code in an event handler of a control. In the case of the recipe, it can be handled by one statement in the ItermInserting handler of the DetailsView, but the recipe uses a pure EF way of creating a partial method to intercept SavingChanges event.

3. I think the best way to achieve a solid data model is to have a solid database design and the EF conceptual model should just be a reflection of that. EF has matured a lot but the latest version EF 4.0 still has some glitches or undesirable behaviors. It is quite possible that someone may have to recreate the model from the database and it may happen many times. If a lot of "custom" modifications are made to EF model, all of them have to be repeated and this may require a lot of work, good documentation or memory. The book has a lot recipes doing exact this and some of them even get into the XML code editing. I wish the book could clearly point out the caveats of doing this.

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


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de