How Expressions Trees are different from Lambda Expression?
Answer Posted / Shekher Raghuvanshi
Lambda expressions are syntactic sugar in C# that represent anonymous functions. They can be compiled into expression trees, which are abstract syntax tree (AST) representations of code as a series of expression objects. In other words, lambda expressions are a way to build expression trees at runtime.
| 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