Multiple choice technology web technology

.NET Framework 3.5 Language Integrated Query (LINQ) support 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 to ORACLE is not a built-in LINQ provider in .NET Framework 3.5. The standard providers are LINQ to Objects, LINQ to SQL, LINQ to XML, and LINQ to DataSet. Oracle access would require third-party providers or use of generic ADO.NET LINQ patterns.