Multiple choice technology programming languages

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

  1. LINQ to ORACLE

  2. LINQ to XML

  3. LINQ to Objects

  4. LINQ to SQL

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

LINQ to ORACLE is not a standard LINQ provider provided by Microsoft. The built-in LINQ providers in .NET Framework 3.5 included LINQ to Objects (in-memory collections), LINQ to XML (XML documents), and LINQ to SQL (SQL Server databases). Third-party providers exist for Oracle, but they are not part of the core framework.