What are lazy/deferred loading and eager loading?
Answer / Bhupender Singh Chahal
Lazy or deferred loading retrieves an entity or a collection of entities only when they are needed. It helps to optimize the performance by reducing the initial load. Eager loading, on the other hand, loads all related entities along with the main entity during the first query, which might result in a larger initial load but can help to reduce the number of queries required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use linq to query against a datatable?
What are disadvantages of LINQ?
What is linq in c# with example?
What are important features linq?
Is linq an orm?
What are the advantages of LINQ over stored procedure?
What is parallel linq?
What is linq used for?
What are benefits and advantages of linq?
Why is linq used?
Explain what is lambda expressions in linq?
Explain how linq with databases can be used?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)