"Create Databinding Structures," by Bill Wagner [Visual Studio Magazine, June 2003]

There are two projects in this solution.

DataLibrary builds a class library that contains an AddressRecord for each record, and an AddressList class that stores a list of AddressRecords. The AddressList class contains all the code to support the .NET Data Binding APIs.

DataSources shows a simple application that uses the AddressList as a data source for a Data Grid.  All the code for the DataSources was written using the wizards, because the DataLibary supports all the proper Data Binding interfaces.
