Multiple choice technology platforms and products

Which of the following is not true about XAML?

  1. Extensible Application Markup Language (XAML) is a declarative XML-based language created by Microsoft

  2. XAML is not case sensitive

  3. XAML is used as a user interface markup language to define UI elements, data binding, eventing, and other features

  4. XAML is used extensively in .NET Framework 3.0 technologies, particularly Windows Presentation Foundation, Silverlight, and Windows Workflow Foundation (WF)

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

XAML is case-sensitive like other XML-based languages, so option B is incorrect. Option A correctly defines XAML as Microsoft's declarative markup language. Option C accurately describes XAML's purpose in defining UI elements and features. Option D correctly lists its use in WPF, Silverlight, and WF.