Define different types of linq?



Define different types of linq?..

Answer / Prem Varddhan

LINQ supports different types of queries depending on the type of data being queried. These include LINQ to Objects, LINQ to SQL, LINQ to Entities (part of Entity Framework), LINQ to XML, and LINQ to DataSet.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is the linq in c#?

1 Answers  


Explain what is the difference between statement lambda and expression lambda?

1 Answers  


Can we use linq to query against a datatable?

1 Answers  


Is linq faster than foreach?

1 Answers  


Differentiate between statement lambda and expression lambda.

1 Answers  


Explain what is lambda expressions in linq?

1 Answers  


What are important features of linq?

1 Answers  


Can we use left join in linq?

1 Answers  


What is difference between Select and SelectMany in LINQ?

1 Answers  


When to use Single, SingleOrDefault, First and FirstOrDefault?

1 Answers  


What are the Quantifiers in LINQ?

1 Answers   Sans Pareil IT Services,


What is linq in ado net?

1 Answers  


Categories