Shay Rojansky - How Entity Framework translates LINQ all the way to SQL - Dotnetos Conference 2019

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 12

  • @thienan2672
    @thienan2672 3 ปีที่แล้ว +5

    It's nice to finally have some overview of what's running under the hood of some libraries I use everyday. That's why I love Dotnetos

    • @Dotnetos
      @Dotnetos  3 ปีที่แล้ว

      Thank you! 🔥

  • @abdusco
    @abdusco 3 ปีที่แล้ว +2

    Always a delight to listen to Shay's talks.

  • @maciejpakulski1182
    @maciejpakulski1182 4 ปีที่แล้ว +8

    Really good presentation, thanks.

  • @glob3rek
    @glob3rek 4 ปีที่แล้ว +4

    Thanks, great presentation

  • @amirhosseinahmadi3706
    @amirhosseinahmadi3706 2 ปีที่แล้ว +2

    Amazing presentation.

    • @Dotnetos
      @Dotnetos  2 ปีที่แล้ว

      Thank you on behalf of Shay!

  • @WilliamKnak
    @WilliamKnak 2 หลายเดือนก่อน

    Great video! I was looking for this kind of information for a long time. Altought in EF Core the translated SQL can generate both constants or parameterized queries (or mixed), the old .NET Frameworks Linq only produces parameterized queries (that ones with @p0, @p1, etc). This impacts SQL performance, for example, Filtered Indexes are not used at all. Is there any solution for a Expression Tree or Visitor in the old .NET Framework we can use unitl migrate the systems to .NET Core? Thanks!

  • @andeslam7370
    @andeslam7370 3 ปีที่แล้ว

    a really god presentation that gives a glance to what is actually happening under the hood.
    thanks!

    • @Dotnetos
      @Dotnetos  3 ปีที่แล้ว

      We're glad that you like it! 🔥

  • @dotnet3070
    @dotnet3070 4 ปีที่แล้ว +1

    Great presentation, packed with helpful concept/info. Thanks for sharing.

    • @Dotnetos
      @Dotnetos  4 ปีที่แล้ว

      And thank you for watching! Glad you liked it!