Introduction
  • Introduction
  • Example Application Specification
  • Entity Framework Cheat Sheet and Source Code
Setup
  • Installing Visual Studio
  • Project Setup
The Models
  • Creating the Models
  • Creating a Base Model
  • Inactive Models
  • Data Annotations
Relationships
  • One-to-One Relationships
  • One-to-Many Relationships
Data Context
  • Simple Data Context
  • Advanced Data Context
  • Generate the Database!
  • Dealing with Change
  • Seeding Data
C.R.U.D.
  • R: Read
  • C: Create
  • U: Update
  • D: Delete
Extra Topics
  • Extra: Using Enumerations
  • Extra: Changing Table and Column Names
  • Extra: Entity Framework 6.1 + Index Attribute
Conclusion
  • Conclusion