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


What is difference between linq and lambda expression?



What is difference between linq and lambda expression?..

Answer / Syed Safi Akbar Zaidi

Linq (Language Integrated Query) is a Microsoft framework for querying data that is built into .NET languages such as C# and Visual Basic. Lambda expressions are a part of C#, which provides a more concise syntax to define anonymous functions, one of the features that enables Linq. In other words, lambda expressions are used in Linq to define what operations should be performed on the data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What does linq?

1 Answers  


What is the advantage of linq over sql?

1 Answers  


Which one is fast between SingleOrDefault and FirstOrDefault?

1 Answers  


Explain what is the difference between skip() and skipwhile() extension method?

1 Answers  


what is the difference between N-layer and N-tier architecture in LINQ?

1 Answers  


What are the Quantifiers in LINQ?

1 Answers   Sans Pareil IT Services,


When to use Single, SingleOrDefault, First and FirstOrDefault?

1 Answers  


How to use distinct in linq query?

1 Answers  


What is difference between XElement and XDocument?

1 Answers  


Why is linq required?

1 Answers  


What is the difference between first () and firstordefault () select methods in linq?

1 Answers  


What is difference between XElement.Load() and XDocument.Load()?

1 Answers  


Categories