Stories recently tagged with 'EF'

Inheritance and Associations with Entity Framework Part 1(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

In this multi parts series I'll explore how to build inheritance with Entity Framework showing 2 different approaches of inheritance in Entity Framework. Beside that I'll show how to build simple association between 2 entities and show how to provide custom code to retrieve other parts of the relation when inheritance is applied. In this part I'm exploring Table-per-Hierarchy Inheritance model in EF read more...

add a comment |category: |Views: 111

tags: another