Don't SUCK With Entity Framework - Final Thoughts - Performance Tips Part 9

preview_player
Показать описание

► Part 9 - Final Thoughts - THIS VIDEO

In this video series, you will learn the most common performance mistakes developers do with Entity Framework. In the final part, I show various other performance optimizations.

★★ BECOME A BACKER OR SPONSOR ★★
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

★★ Follow My Tested ASP.NET ★★
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

★★ Follow Me ★★
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

★★ Links From The Video ★★
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
► BenchmarkDotNet:
► Entity Framework Plus:
► Dapper:
Рекомендации по теме
Комментарии
Автор

Hi Ivo, I've watched the whole EF playlist and found it really very valuable and want to thank you for such an advanced material. This channel is really helpful. Thank to your videos I'm feelling like making progress in developer skills. Long live altruists!

samilsadqov
Автор

All videos in this series are very useful.
However, I notice that you are not using IQueryable<T> in any query. There is a special reason for that?
I think that using IQueryable<T> is very useful to center the filters, sorting statements or even the field/projections selection...

Nice job!

thiagodaher
Автор

Thank you so much!!! These were the best videos of EF

joshe
Автор

Maybe a good example would be how to optimize lots of Include/ThenInclude. EF Plus is a solution if you have Include only, but EF Plus doesn't support ThenInclude if you need it.

denisivanov
Автор

Thanks Ivo for the advanced tips about EF. I really appreciate your work. Thank you so much

juankar
Автор

Loved this playlist great job explaining everything,
Can you add a video showing the best practices fo update/add/delete/...
I've encountered multiple methods like the attach/detach method and some others but can't decide what''s the best one
and what method is better for performance.

hannasamia
Автор

Hi Ivo, great video, can you please make one with explanation specifically for indexes, thank you and good luck

petarpatrikov
Автор

Since entity framework can execute raw SQL is there any difference between the performance for a query that's being executed by EF and Dapper?

ldimitrov
Автор

Can we get the source code ? Have you pushed it to github ?

FH