Questions Related to technology

Multiple choice technology platforms and products
  1. Silverlight uses a particular implementation of a XAML parser, with that parser being part of the Silverlight core install

  2. The only supported XAML namespace (http://schemas.microsoft.com/winfx/2006/xaml) constructs in Silverlight are: x:Array, x:Code, x:Type, x:Subclass

  3. In some cases, the parsing behavior differs from the parsing behavior in Windows Presentation Foundation (WPF), which also has a particular implementation

  4. The only supported xml: construct in Silverlight is xml:lang

Reveal answer Fill a bubble to check yourself
B Correct answer