Language Integrated Query (LINQ) Question:
Download Questions PDF

What are the four LINQ Providers that .NET Framework ships?

Answer:

1. LINQ to Objects - Executes a LINQ query against a collection of objects
2. LINQ to XML - Executes an XPATH query against XML documents
3. LINQ to SQL - Executes LINQ queries against Microsoft SQL Server.
4. LINQ to DataSets - Executes LINQ queries against ADO.NET DataSets.

Download LINQ Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpose of LINQ Providers in LINQ?Write a program using LINQ to find the sum of first 5 prime numbers?