What are linq compiled queries?



What are linq compiled queries?..

Answer / Megha Vishnoi

Compiled Queries in LINQ are pre-compiled versions of query expressions. They are stored as System.Linq.Expression objects and can be executed multiple times without recompilation. This can improve performance when executing the same query multiple times.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

Why from comes first in linq?

1 Answers  


What are advantages of LINQ?

1 Answers  


What is predicate in linq?

1 Answers  


What is the linq file extension that interacts with code behinds objects?

1 Answers  


What are the linq standard query operators in linq?

1 Answers  


What is "linq to objects"?

1 Answers  


What does linq stand for?

1 Answers  


Why do we use linq in c#?

1 Answers  


What is difference among Any, All and Contains?

1 Answers  


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

1 Answers   UGC Corporation,


How will you find the index of the element using where () with lambda expressions?

1 Answers  


What is the difference between the Select clause and SelectMany() method in LINQ?

1 Answers  


Categories