Multiple choice technology platforms and products

Which of the following are not related to Parallel programming introduced in .NET 4.0?

  1. Task Parallel Library

  2. LINQ

  3. Concurrent Collection Classes

  4. PLINQ

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

.NET 4.0 introduced Task Parallel Library (TPL), Concurrent Collection Classes, and PLINQ (Parallel LINQ) for parallel programming. LINQ itself was introduced in .NET 3.5 and is not a parallel programming feature - it operates sequentially unless specifically using PLINQ.