16. Data Binding Basics

MUCH OF WHAT WINDOWS FORMS APPLICATIONS do is to provide users with a nice way to work with data. Much of the data that users work with resides in a wide variety of data stores, commonly databases and file systems. The equally wide variety of technologies to expose data includes ADO.NET, native data access APIs, custom objects, and even web services. It's the job of Windows Forms applications to interact with these data sources to read data from a data store, present it, provide a way to edit it, and write any changes back to the data store.

In the face of so many data stores and data access APIs, Windows Forms simplifies life with the concept of a data source. This abstraction enables Windows Forms to treat disparate ...

Get Windows Forms 2.0 Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.