Chapter 2. An Introduction to Data Binding
In this chapter, we will cover:
- Displaying data in Silverlight applications
- Creating dynamic bindings
- Binding data to another UI element
- Binding collections to UI elements
- Enabling a Silverlight application to automatically update its UI
- Obtaining data from any UI element it is bound to
- Using the different modes of data binding to allow persisting data
- Debugging data binding expressions in Visual Studio
- Data binding from Expression Blend 5
- Using Expression Blend 5 for sample data generation