Multiple choice technology platforms and products

Which of the following features is not part of Visual Studio 2010 for creating data sources in applications and binding those data sources to controls?

  1. Drag-and-Drop Data Binding for WPF

  2. Drag-and-Drop Data Binding for WCF

  3. Drag-and-Drop Data Binding for Silverlight

  4. Connecting to Data in Multiple Objects

  5. Extending Queries in the EntityDataSource Control

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

Visual Studio 2010 provides drag-and-drop data binding capabilities for UI platforms like WPF and Silverlight, as well as binding to multiple objects. However, WCF is a communication service framework and does not support drag-and-drop data binding directly to UI controls, making it the correct option.