.NET Data Community Standup - Performance Improvements to the EF7 Update Pipeline

preview_player
Показать описание
Join the Entity Framework team as they review optimizations to the update pipeline to improve performance. Come prepared with your EF7 questions as we plan to spend time in Q&A to answer your questions live.





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

The EF Team is awesome! At the time of ASP.NET Core 0.x to .NET Standard 2.0 the ASP.NET Standups had been the deep dives which really helped me to build better apps. This shifted to this Standup, as the others are much more high level.

mertsch
Автор

Thanks guys! Now I can perform twice as many queries per user interaction 😎

lankymoose
Автор

When I heard Pagination I jumped from my seat !!!! Yes! I have always hated doing 2 round trips with pagination

r-naotwo
Автор

Shay, for the breaking change we should give a API to disable this option of optimization (Trigger one) at DB level so that people can move to EF7 easily and then they can set this at Entity (Table) level at their own pace. I hope it makes sense :)

myvistaTube
Автор

Great job guys!!
Which IDE dit you use in this demo ?

jesusmendoza
Автор

13:47 Why not simply return scope_identity() ?

GaddiShare
Автор

Great improvements. Thank you. I would propose to make people fail on compile time. Then they do not run into breaking changes on runtime.

johnnyirish