Entity Framework 4 in Action

Entity Framework 4 in Action
Authors
Stefano Mostarda, Marco De Sanctis, Daniele Bochicchio
ISBN
1935182188
Published
21 May 2011
Purchase online
amazon.com

SummaryEntity Framework 4 in Action is an example-rich tutorial for .NET developers with full coverage of EF 4 features. The book begins with a review of the core ideas behind the ORM model and shows through detailed examples and larger case studies how Entity Framework offers a smooth transition from a traditional ADO.NET approach. About the Technology

Editorial Reviews

Summary

Entity Framework 4 in Action is an example-rich tutorial for .NET developers with full coverage of EF 4 features. The book begins with a review of the core ideas behind the ORM model and shows through detailed examples and larger case studies how Entity Framework offers a smooth transition from a traditional ADO.NET approach.

About the Technology

Entity Framework builds on the ADO.NET persistence model and the language features of LINQ to create a powerful persistence mechanism that bridges the gap between relational databases and object-oriented languages.

About the Book

Entity Framework 4 in Action is an example-rich tutorial that helps .NET developers learn and master the subject. It begins by explaining object/relational mapping and then shows how you can easily transition to EF from ADO.NET. Through numerous focused examples and two larger case studies, the book unfolds the EF story in a clear, easy-to-follow style. Infrastructure and inner workings of EF are discussed when you need them to understand a particular feature.

Who Should Read It

This book is written for .NET developers. Knowledge of ADO.NET is helpful but not required.

What's Inside
  • Full coverage of EF 4 features
  • Layer separation, Data Layer, and Domain Model
  • Best practices
========================================​======= Table of Contents
    PART 1 REDEFINING YOUR DATA-ACCESS STRATEGY
  1. Data access reloaded: Entity Framework
  2. Getting started with Entity Framework
  3. PART 2 GETTING STARTED WITH ENTITY FRAMEWORK
  4. Querying the object model: the basics
  5. Querying with LINQ to Entities
  6. Domain model mapping
  7. Understanding the entity lifecycle
  8. Persisting objects into the database
  9. Handling concurrency and transactions
  10. PART 3 MASTERING ENTITY FRAMEWORK
  11. An alternative way of querying: Entity SQL
  12. Working with stored procedures
  13. Working with functions and views
  14. Exploring EDM metadata
  15. Customizing code and the designer

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“There's no test like production” - Anon