Powered by

US - English
NEW! Silverlight 5 is available Learn More

Validation

In this chapter, you'll learn:
Validation

  1. Implementing Data Validation in Silverlight with INotifyDataErrorInfo

    November 24, 2009|Level 300 : Intermediate

    Introducing the new INotifyDataErrorInfo interface

  2. Validating Data: Getting Started

    August 9, 2010|Level 300 : Intermediate

    In this short video, Jesse Liberty sets up an MVVM application with a data form that he’ll use in subsequent videos to discuss Data Validation and related topics.

  3. Validating Data: Valid and Invalid

    August 9, 2010|Level 300 : Intermediate

    Jesse Liberty adds data binding and basic data validation in this fast paced video.

  4. Validating Data: Factoring and Logging

    August 16, 2010|Level 300 : Intermediate

    Validating Data 3 – Factoring, Binding and Extending: Jesse Liberty builds on his Data Validation application, adding logging and factoring out common code in the validation process.

  5. Asynchronous Data Validation

    November 12, 2009|Level 300 : Intermediate

    Jesse Liberty demonstrates using the new INotifyDataErrorInfo interface for synchronous and asynchronous data validation.

  6. How Do I: Use Binding Validation in Silverlight 3

    November 4, 2009|Level 300 : Intermediate

    Silverlight 3 contains enhanced capabilities to handle data validation by way of two-way binding. In this video, Todd Miranda demonstrates how to use binding validation in Silverlight 3 application...