I have been developing in ActionScript 3 / Flex Builder 3 for a while now and am pretty comfortable with data binding when developing those types of applications.
Recently, I’ve gotten into some C# and for the life of me can’t find a good reference on how to data bind.
I was wondering if someone could give me some info on how to data bind and perhaps some of the caveats found when binding in .NET (do’s and dont’s)
Here is an article about data binding in Windows Forms:
Windows Forms Data Binding
And in Windows Presentation Foundation:
http://msdn.microsoft.com/en-us/magazine/cc163299.aspx
And in ASP.NET:
ASP.NET data binding overview