Is linq a programming language?



Is linq a programming language?..

Answer / Sanjay Sahani

"No, LINQ (Language Integrated Query) is not a programming language itself but rather a query language integrated into several programming languages within the .NET Framework."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What are lazy/deferred loading and eager loading?

1 Answers  


What are important features linq?

1 Answers  


What is expression tree in linq?

1 Answers  


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

1 Answers  


Differentiate between conversion operator “ienumerable"? And “todictionary"? Of linq?

1 Answers  


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

1 Answers  


What is quantifiers in reference linq to dataset?

1 Answers  


What is the difference between the Select clause and SelectMany() method in LINQ?

1 Answers  


Explain how you can differentiate between Conversion Operator “ToDictionary” and “IEnumerable” of LINQ?

1 Answers  


In which statement the LINQ query is executed?

1 Answers  


What is the linq file extension that interacts with code behind objects.

1 Answers  


What is linq to sql deferred loading?

1 Answers  


Categories