Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is deferred execution in linq?



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

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is the use of System.XML.XLinq..dll in LINQ?

1 Answers   UGC Corporation,


Explain what is lambda expressions in linq?

1 Answers  


What is LINQ Insight?

1 Answers  


The standard query operators are themselves a set of extension methods that provide the LINQ query functionality for any type that implements the IEnumerable interface in Visual Basic. Is it True or False?

1 Answers  


Is linq a programming language?

1 Answers  


What is the extension of the file, when LINQ to SQL is used?

1 Answers   Arigo Infotech,


What is linq and its advantages?

1 Answers  


What is difference between single and singleordefault in linq?

1 Answers  


Explain how you can assign a lambda expression to a delegate?

1 Answers  


What are the advantages of using linq in dataset?

1 Answers  


What is predicate in linq?

1 Answers  


What is linq and why use it?

1 Answers  


Categories