What is deferred execution in linq?
Answer / Dhirendra Kuamr
Deferred execution in LINQ means that the query isn't executed until its results are actually needed, such as when calling methods like ToList(), First(), or Count(). This allows for more efficient code by only retrieving the data when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the difference between skip() and skipwhile() extension method?
What do you understand by expression tree?
What are different types of joins in LINQ?
Does entity framework use linq?
What is the difference between first () and firstordefault () select methods in linq?
How to convert linq query to list?
What are the different ways to write linq query syntax?
What is expression tree in linq?
How to write LINQ query for Inner Join with and condition?
What is Object Relational Designer (O/R Designer)?
What is quantifiers in reference linq to dataset?
When to use var or IEnumerable to store query result 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)