Multiple choice technology architecture

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 in .NET Framework 3.5 natively supports providers like LINQ to Objects, LINQ to XML, LINQ to SQL, and LINQ to Entities (ADO.NET). There is no built-in, official 'LINQ to ORACLE' provider shipped directly by Microsoft in the standard framework.