Multiple choice technology programming languages

Anonymous Types is a feature of LINQ

  1. True

  2. False

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

Although anonymous types are heavily used in LINQ queries to project query results, they are technically a feature of the C# and VB.NET compilers rather than the LINQ framework itself. Thus, the statement is technically false, as the language supports anonymous types independently of LINQ.