.NET Data Community Standup - EF7 Custom Model Conventions

preview_player
Показать описание
EF Core uses a metadata "model" to describe how the application's entity types are mapped to the underlying database. This model is built using a set of around 60 "conventions". The model built by conventions can then be customized using mapping attributes (aka "data annotations") and/or calls to the DbModelBuilder API in OnModelCreating. EF7 allows applications to remove or modify existing conventions, as well as create new conventions. Join us for this .NET Data Community Standup to learn how to take advantage of custom model building conventions in your EF Core 7.0 applications.

Рекомендации по теме
Комментарии
Автор

Can you please provide the mentioned links in the description of the video?

johnnyirish
Автор

I was trying to find this video and it took a while, screenshot is showing the wrong stand up.

solidsloth
Автор

Please make a version of the EF Power tools that can be installed outside Visual Studio

amrosamy