Multiple choice technology programming languages

Which of the following technologies does NOT support some form of declarative data binding?

  1. WPF

  2. Windows Forms

  3. ASP.NET

  4. XAML

  5. Silverlight

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

Windows Forms relies on imperative code behind the views to establish bindings, even when generated by a designer. In contrast, technologies like WPF, XAML, Silverlight, and ASP.NET support declarative data binding directly inside their markup pages.