0
kicks
EF Feature CTP5: Inheritance Scenarios with Code First Fluent API
One of the interesting features of Code Firstfluent API is the ability to configure inheritance in your model. Since one of the strengths of an O/RM solution is its ability to map inheritance then this feature is a must in every mapping scenario (may it be Model first, Database First or Code First). In this post I’ll show how to configure inheritance by using the fluent API.