Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category