Multiple choice technology programming languages

Which of the following is not a real namespace in the .NET Framework?

  1. System

  2. System.Windows

  3. System.Windows.Presentation

  4. System.Windows.Media

  5. System.Windows.Zaml

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

System.Windows.Zaml is not a real namespace in the .NET Framework. The correct spelling for the XML-based markup language is XAML, which resides under namespaces like System.Xaml. The other options are legitimate namespaces used in WPF and media components.