Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 293 Bytes

entity-framework.md

File metadata and controls

12 lines (11 loc) · 293 Bytes

Entity Framework

  • Change-Tracker
  • Inheritance (TPT, TPH)
  • Migrations
  • Code-First vs Database-First
  • Database-Provider mechanisms (SQL-Server, PostgreSQL, SQLite, In-Memory, ...)
  • Fluent-API
  • SaveChanges(), When & Why?
  • Transaction Management
  • DbContext Lifetime
  • Value-Converters