This book is for .NET developers who are developing data-driven applications using ADO.NET or other data access technologies. This book is going to give you everything you need to effectively develop and manage data-driven applications using Entity Framework.
Chapter 1: Introduction to Entity Framework
Chapter 2: Entity Framework DB First – Managing Entity Relationships
Chapter 3: Entity Framework DB First – Performing Model Validations
Chapter 4: Entity Framework DB First – Inheritance Relationships between Entities
Chapter 5: Entity Framework DB First – Using Views, Stored Procedures, and Functions
Chapter 6: Entity Framework Code First – Domain Modeling and Managing Entity Relationships
Chapter 7: Entity Framework Code First – Managing Database Creation and Seeding Data
Chapter 8: Querying the Entity Data Model – LINQ to Entities
Chapter 9: Querying the Object Model – Entity SQL
Chapter 10: Managing Concurrency Using Entity Framework
Chapter 11: Managing Transactions using Entity Framework
Chapter 12: Implementing a Small Blogging Platform using Entity Framework