.NET Data Community Standup - EF Core Internals – Model Building

preview_player
Показать описание
In this session, the .NET Data Access team will dig into the EF Core internals for building a model. EF models are built using a combination of three mechanisms: conventions, mapping attributes, and the model builder API. We will explain each of these mechanisms and show how they interact. We’ll also cover how models are cached, and ways in which that caching can be controlled. And, as always, we’ll answer your questions live!

Chapters:
00:00 Livestream begins
02:37 Welcome to .NET Data
04:00 State of the Unicorn
14:30 Model building with EF Core demo
01:26:04 Wrap


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

This explains why dbContext startup takes some time. I does lots of things

isasayin