Exam 98-362: Windows Development Fundamentals/Accessing Data in a Windows Forms Application

From Wikiversity
Jump to navigation Jump to search

This lesson covers Accessing Data in a Windows Forms Application. It looks at data access methods and databound controls.

Activity 1 - Understand Data Access Methods for a Windows Application[edit | edit source]

This objective may include but is not limited to: connecting to a database.

  1. Read Development for Beginners.
  2. Read Creating Data Applications by Using Visual Studio.

Activity 2 - Understand Databound Controls[edit | edit source]

This objective may include but is not limited to: how data is bound to controls; how to display the data in the appropriate manner; forms and WPF binding; validating databound items.

  1. Read Windows Forms Data Binding.
  2. Read Validating Data in Datasets.
  3. Read Walkthrough: Validating Data in the Windows Forms DataGridView Control.

References[edit | edit source]