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 is meant by linq?

1 Answers  


Why do we use linq in c#?

1 Answers  


What is difference among Any, All and Contains?

1 Answers  


What are the Quantifiers in LINQ?

1 Answers   Sans Pareil IT Services,


What is difference between linq and lambda expression?

1 Answers  


Explain linq lambda expression with example?

1 Answers  


How you can assign a lambda expression to a delegate?

1 Answers  


How linq is useful than stored procedures?

1 Answers  


How can you find average of student marks from student tables (columns are studentid, marks)?

1 Answers  


Is linq faster than foreach?

1 Answers  


Is linq orm?

1 Answers  


Write a program using skip and take operators. How can it beneficial for bulky data accessing on page?

1 Answers  


Categories