rowan miller

About this tag
Rowan Miller is a key figure in the development of Entity Framework, particularly Entity Framework 7 (EF7). The tag covers discussions and video content featuring Rowan Miller explaining new features in EF7, such as shadow properties and key generation strategies using sequences. These topics are relevant for developers working with .NET and database mapping, especially when dealing with large INSERT batches or mismatches between database schemas and class models. The content also looks toward the future of Entity Framework, focusing on design decisions in EF7. Rowan Miller's insights are shared through videos and links to his personal blog and the EF7 GitHub repository.
  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...
  2. News

    Key Generation Strategies in Entity Framework 7

    In this short video Rowan takes us through a different approach to generating keys in Entity Framework 7 using sequences. This approach is interesting in cases of large INSERT batches primarily because keys are all fetched beforehand. Would love your thoughts! Here are some links for more...
  3. News

    The future of Entity Framework (EF7)

    In this entry we're continuing the discussion of Entity Framework by looking toward the future. We focus primarily on EF7 and its primary design decisions. It was truly enlightening Entity Framework 7 Github Repository for EF7 Rowan Miller As an aside, I spent a couple of days with Rowan...
Back
Top