Loading (Lazy Loading, Eager Loading, Loading Explicit) in Entity Framework Core (EF Core)

preview_player
Показать описание
Learn the concept of loading in Entity Framework Core. Loading is perhaps the most important concept in EF Core. Entities may be loaded in one of four ways, including, no loading, eager loading, lazy loading and explicit loading. Learn how to setup each of the four techniques, the effects of their operations as well as the relative advantages of each.
Рекомендации по теме
Комментарии
Автор

Thanks for explaining it in detail. Appreciate your help.

zeeshandar
Автор

Thank you so much for this. Please I would love to ask.

In the case of the one to many relationship between the customer and invoice, what is the function of the Customer object in the invoice class… since we already have the customer Id as a reference.

In other words, is it necessary to put the Customer object in the invoice class and why?

VictorPraizTech
Автор

Great video, just a doubt why lazy loading needs its navigation properties to be virtual?

coldhands
Автор

Can i get full code or git repo of the above code

vishalgangapuram
visit shbcf.ru