70-502 Objectives List Part 4

On January 31, 2010, in 70-502, by Allen Ryan

Binding to Data Sources

  • Configure binding options. It may include but not limited to setting the correct binding mode and update mode;  using static resources;  using dynamic resources.
  • Bind to a data collection. It may include but not limited to filtering,  sorting,   and grouping data; using data templates;  binding to hierarchical data; binding to objects.
  • Bind to a property of another element. It may include but not limited to using template binding; binding to an ancestor property.
  • Convert and validate data. It may include but not limited to localizing data;  using custom converters and custom validators;  using multivalue converters.
  • Configure notification of changes in underlying data. It may include but not limited to implementing INotifyPropertyChanged; using ObservableCollection.
Share