What is Language Integrated Query (LINQ)?



What is Language Integrated Query (LINQ)?..

Answer / Vineet Gupta

Language Integrated Query, often abbreviated as LINQ, is a set of technologies in .NET Framework that allows developers to query and manipulate data from different data sources using C# or VB.NET code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is linq in .net with example?

1 Answers  


What is difference between into and let keyword in LINQ?

1 Answers  


What are the advantages of LINQ over stored procedure?

1 Answers   UGC Corporation,


What is the difference between entity framework and linq?

1 Answers  


Explain what are linq query expressions?

1 Answers  


How can we find sequence of items in two different array (same type) in the same order using linq query?

1 Answers  


What is a lambda expression?

1 Answers  


How linq is useful than stored procedures?

1 Answers  


What is expression tree in linq?

1 Answers  


What does linq stand for?

1 Answers  


What is “oftype"? In linq?

1 Answers  


Define different types of linq?

1 Answers  


Categories