Data Binding in .NET / C# Windows Forms

Getting Started with WPF
March 13, 2014
Visual webpart in SharePoint 2013 using Visual studio 2012
March 16, 2014
Show all

Data Binding in .NET / C# Windows Forms

Data binding provides a way for developers to create a read/write link between the controls on a form and the data in their application (their data model). Classically, data binding was used within applications to take advantage of data stored in databases. Windows Forms data binding allows you to access data from databases as well as data in other structures, such as arrays and collections.

read more at akadia