Entity Framework Community Standup - Introducing EF Core Compiled Models

preview_player
Показать описание
EF Core creates an internal model for entity types and their database mappings. This model is typically built once when the application starts. Starting with EF Core 6.0, it is now possible to instead build this model at compile time. This can reduce startup time by up to 67% for large models. Join us for this Community Standup, where the team will introduce compiled models and demo their use.



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

Always a treat to get insights on EF from Arthur, thank you for all the detailed explanation :)

AbdulRahmanAnsari
Автор

I really appreciate the way you explained this guys, thanks a lot

maximilianorios
Автор

So in 2021 is it worth going all out with efcore am doing a warehouse management system or should i still use dapper for reads.

dotnetdevni
Автор

I'm facing slowness in compiled models compare onModelCreating. It's taking 18secs for intializing over 200 entity types

mohanramakrishnan
Автор

But if I have to change the source code, how can I automate this in CI/CD pipeline?

Nezhull
Автор

Ef has made my sql dumb when my boss says can u do a sql script Am like wheres link pad lol

dotnetdevni
Автор

To much foucs on cloud dev needs to be performance boost for on prem to

dotnetdevni