Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 225 Bytes

File metadata and controls

11 lines (9 loc) · 225 Bytes

Entity Framework Relationships And Inheritance Strategies

Relationships

  • One To Many
  • One To One
  • Many To Many

Inheritance in Entity Framework

  • Table Per Hierarchy (TPH)
  • Table Per Type (TPT)
  • Table Per Concrete Type