Skip to content

ayzdru/EntityFrameworkRelationshipsAndInheritanceStrategies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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