Showing posts with label What are the four LINQ Providers that .NET Framework ships?. Show all posts
Showing posts with label What are the four LINQ Providers that .NET Framework ships?. Show all posts

Friday 30 March 2012

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

What are the four LINQ Providers that .NET Framework ships?
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.