Explain Lazy Loading, Eager Loading, And Explicit Loading?

Answer

Lazy Loading: It is a process to delay the loading of related objects until it is required.

Eager Loading: It occurs when you query for an object and all of the related objects are also returned. In eager loading, related objects are loaded automatically with its parent object

Explicit Loading: Explicitly loading takes place when you have disabled Lazy loading, and you still want to lazy loading. For this, we have to call the load method on the related entities.

All entity-framework Questions

Ask your interview questions on entity-framework

Write Your comment or Questions if you want the answers on entity-framework from entity-framework Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---