Awesome EF Core Performance Optimization To Make It 190x FASTER

Опубликовано: 05 Октябрь 2024
на канале: Milan Jovanović
14,555
546

☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt
📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ
🚀 Support me on Patreon to access the source code:   / milanjovanovic  

EF Core is incredibly fast, but there are ways to:
Make performance so bad you'll regret you used an ORM
Make the performance so good you'll love working with an ORM

Which camp you end up in largely depends on your understanding of EF Core and what's possible. I'll show you how to write high-performance EF Core queries in this video.

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Read my Blog here:
https://www.milanjovanovic.tech/blog

Subscribe for more:
   / @milanjovanovictech  

Chapters
0:00 Introducing the baseline query
2:17 Initial optimized query
3:50 Optimizing with EF compiled queries
8:34 Filtering data in memory