There are even more
interfaces that are used in data binding. My goal here was to talk about
the ones that I find I have to use the most.
If you got scared off by data binding in .NET 1.x, take
heart, it’s much better now than it used to be!
For a more in-depth discussion on data binding, including
stuff like the BindingContext and CurrencyManager, go here.
Now that you know how data binding works, you get to relearn
everything in WPF because it is all changed. If you are venturing into
WPF-land, you might want to go here.