Book Description
The Entity Framework Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
This open book is licensed under a Creative Commons License (CC BY-SA). You can download Entity Framework Notes for Professionals ebook for free in PDF format (1.5 MB).
Table of Contents
Chapter 1
Getting started with Entity Framework
Chapter 2
Code First Conventions
Chapter 3
Code First DataAnnotations
Chapter 4
Entity Framework Code First
Chapter 5
Entity framework Code First Migrations
Chapter 6
Inheritance with EntityFramework (Code First)
Chapter 7
Code First - Fluent API
Chapter 8
Mapping relationship with Entity Framework Code First: One-to-one and variations
Chapter 9
Mapping relationship with Entity Framework Code First: One-to-many and Many-to-many
Chapter 10
Database first model generation
Chapter 11
Complex Types
Chapter 12
Database Initialisers
Chapter 13
Tracking vs. No-Tracking
Chapter 14
Transactions
Chapter 15
Managing entity state
Chapter 16
Loading related entities
Chapter 17
Model Restraints
Chapter 18
Entity Framework with PostgreSQL
Chapter 19
Entity Framework with SQLite
Chapter 20
.t4 templates in entity framework
Chapter 21
Advanced mapping scenarios: entity splitting, table splitting
Chapter 22
Best Practices For Entity Framework (Simple & Professional)
Chapter 23
Optimization Techniques in EF