Multiple choice technology architecture

Which of the following features was first introduced with .Net 2.0

  1. .Net Compact Framework

  2. Support for IP6

  3. Windows Card Space

  4. Generics

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

Generics were introduced in .NET Framework 2.0, allowing type-safe collections and methods without boxing/unboxing overhead. The .NET Compact Framework existed before 2.0. IPv6 support was also present earlier. Windows CardSpace (identity management) came with .NET 3.0. Generics were one of the major features of the 2.0 release.