Multiple choice technology platforms and products

.NET Framework 3.5 Language Integrated Query (LINQ) supports all the listed providers except

  1. LINQ to Objects

  2. LINQ to XML

  3. LINQ to ORACLE

  4. LINQ to SQL

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

LINQ in .NET Framework 3.5 supports LINQ to Objects (in-memory collections), LINQ to XML (XML documents), and LINQ to SQL (SQL Server databases). LINQ to ORACLE is NOT a built-in LINQ provider in .NET 3.5 - Oracle data access requires third-party providers or Entity Framework.