Multiple choice technology operating systems

XAML is not case sensitive

  1. True

  2. False

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

XAML (Extensible Application Markup Language) is case-sensitive, like XML upon which it is based. Element names, property names, and attribute values must match the exact casing defined in the XAML schema and CLR types they reference.