What is eager and lazy loading in c#?
Answer / Deep Kamal Tiwari
Eager loading in C# means loading an entity and all its related entities immediately when it's first queried. Lazy loading, on the other hand, delays loading of related entities until they are explicitly needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is array ienumerable c#?
What is difference between private and protected in c#?
What is the difference between abstract and abstraction?
Can a class have multiple constructors c#?
Why do we use interface in c#?
why we can't create an object for a static class?? what is the reason behind this?
What is a delegate? Explain.
Error handling and how this is done ?
What is difference between Convert.ToString(variable) and variable.ToString()
Explain jagged arrays in c#?
Are c# strings null terminated?
What is static void main in c#?
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)