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 |
What is a linq procedure?
Why do we use linq in c#?
what is LINQ? Why is it required?
List the important language extensions made in c# to make linq a reality?
What is predicate in linq?
How are standard query operators implemented in linq?
What is linq in dot net?
what is the difference between N-layer and N-tier architecture in LINQ?
What are advantages of using LINQ on DataSet?
What is the advantage of linq in c#?
What is linq in c# and its advantages?
What are different types of operators in LINQ?
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)