Which assembly represents the core LINQ API?



Which assembly represents the core LINQ API?..

Answer / Kshitija Verma

The System.Core.dll assembly contains the core LINQ API, including extension methods for querying various data sources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is the difference between sql and linq?

1 Answers  


What is linq to sql deferred loading?

1 Answers  


What is difference between linq and entity framework?

1 Answers  


What are Quantifiers?

1 Answers  


How LINQ query is compiled to Expression Trees?

1 Answers  


What are lazy/deferred loading and eager loading?

1 Answers  


Can we use left join in linq?

1 Answers  


How var type is different from anonymous type?

1 Answers  


What is difference between ADO.NET and LINQ to SQL?

1 Answers  


What is LINQ Insight?

1 Answers  


What are the advantages of using linq in dataset?

1 Answers  


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

1 Answers  


Categories