Moses on DotNetSlackers

.Net Gorean Lifestyler

This site

News

@ Cambridge, UK

Blogs

Sponsors

  • MaximumASP
  • Packet Sniffer

Browse by Tags

All Tags » Entity Framework (RSS)
Inheritance and Associations with Entity Framework Part 3
On part 1 and part 2 I explored how to apply 2 different inheritance models ( TPH & TPT ) in Entity Framework . In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type...
Inheritance and Associations with Entity Framework Part 2
In the previous part I discussed Table-per-Hierarchy Inheritance , in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities...
Inheritance and Associations with Entity Framework Part 1
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...
LINQ to Entities, Workarounds on what is not supported
In my previous post I talked about what is not supported in LINQ to Entities and made a simple comparison with LINQ to SQL show that these unsupported things works fine in LINQ to SQL . In this post I am going to provide workarounds these things. First...
LINQ to Entities, what is not supported?
My new post about what LINQ to SQL support and not supported in LINQ to Entities . Different examples with source code. Check it out it might save you sometime searching and investiagting in some known unsupported things in LINQ to Entities.