What is expression tree in linq?



What is expression tree in linq?..

Answer / Abhinav Shukla

Expression trees are abstract syntax trees (ASTs) that represent LINQ queries as a tree of Expression objects. Expression trees can be compiled to IL code and executed on the Common Language Runtime (CLR). They provide a powerful way for dynamic query composition, as they allow expression trees to be built at runtime, then compiled and executed when needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

what is the role of DataContext classes in LINQ?

1 Answers  


Can we perform LINQ on XML?

1 Answers   Viscus Infotech,


Explain what is the purpose of linq providers in linq?

1 Answers  


Which classs extension methods are used in linq to sql?

1 Answers  


what is lambda expressions in LINQ?

1 Answers  


What is difference between Select and SelectMany in LINQ?

1 Answers  


Differentiate between conversion operator “todictionary” and “ienumerable” of linq.

1 Answers  


What is the difference between sql and linq?

1 Answers  


Does entity framework use linq?

1 Answers  


what is LINQ? Why is it required?

1 Answers  


What is the difference between entity framework and linq?

1 Answers  


Is linq to sql dead?

1 Answers  


Categories