class model

About this tag
The class model tag covers discussions about mapping between database schemas and object-oriented class models, particularly in the context of Entity Framework 7. A featured thread explains shadow properties, a feature that helps when your database and class model don't align perfectly. This tag is relevant for developers working with .NET, Entity Framework, and ORM patterns who need to handle mismatches between relational database structures and their application's class hierarchy.
  1. News

    Shadow Properties in Entity Framework 7

    In this short video Rowan describes shadow properties new in Entity Framework 7. This is a super useful feature for those times when your database and your class model don't quite match up. Would love your thoughts! Here are some links for more information: Entity Framework 7 Github...
Back
Top