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...


How Expressions Trees are different from Lambda Expression?



How Expressions Trees are different from Lambda Expression?..

Answer / 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

More LINQ Language-Integrated Query Interview Questions

What is lazy loading in linq?

1 Answers  


What are disadvantages of LINQ?

1 Answers  


Which classs extension methods are used in linq to sql?

1 Answers  


What is the query syntax?

1 Answers  


What is select new linq?

1 Answers  


Can we use linq without entity framework?

1 Answers  


What is linq in ado net?

1 Answers  


What is difference between LINQ AND PLINQ?

1 Answers  


why SELECT clause comes after FROM clause in LINQ?

1 Answers  


What is “oftype"? In linq?

1 Answers  


Is not supported in linq to entities?

1 Answers  


What is Language Integrated Query (LINQ)?

1 Answers  


Categories