How do Entity Framework Core Queries Work?

preview_player
Показать описание
How do entity framework core queries work? How do ef core queries get translated in to SQL? How do providers adapt queries to their databases?

👉 Try Rider
RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP

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

This is a great video; I always wondered what's under the hood of entityframework and how it built its expression trees. Thanks. And also lowkey thanks for contributing to my impostor syndrome as well :)

MaxQuagliotto
Автор

Охрененный канал! Просто охрененный! Спасибо за то, что ты делаешь!

ИванИванов-яэк
Автор

Спасибо большое!) Помню как то задавал вопрос о продолжении серии deep dive и о чудо - оно вышло!))

ФилькаВячеславович
Автор

Men, I wish I had watched this video before I start my ORM, My expression evaluator it's a strategy pattern that I did myself because I didn't know about the ExpressionVisitor :(
Awesome video btw

GabrielGomes-bmxb
Автор

Man, your videos are just great
Keep up the good work

tahateber
Автор

Can you explain please how MobileBlazorBindings works in Xamarin and how to made it works for Avalonia / Maui. Concepts and another staff. Plz

paradisefallen
Автор

As an addition to this vid there are
Presentation - How EF translates LINQ to SQL
youtu.be/r69ZxXgOIK4
Expressions playlist (old but gold)

cuzsleepisthecousinofdeath
Автор

thanks, any chance you can make a guide for mac m1 users ?

_MoshikoAz_
Автор

Good video but I've still yet to see a reason to use EF over Dapper if you know how to write good SQL.

mdrtoffee
Автор

Yeah thats why u should use .select select * is not good.

dotnetdevni