What is the main purpose of linq?



What is the main purpose of linq?..

Answer / Brijesh Roy

The main purpose of LINQ (Language Integrated Query) in C# is to provide a unified way to query data from various data sources such as arrays, lists, databases, and XML files, using a consistent syntax.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a dll in c#?

1 Answers  


Why interface is required?

1 Answers  


Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com.

1 Answers  


What is default value of bool in c#?

1 Answers  


What is variable and its classification?

1 Answers  


Explain the ways to deploy an assembly?

1 Answers  


What does using system mean in c#?

1 Answers  


What is the difference between a private assembly and a shared assembly?

1 Answers  


Can you pass value types by reference to a method?

1 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What types of object can I throw as exceptions?

1 Answers  


What is array collection?

1 Answers  


Categories