Last Updated: February 25, 2016
·
1.123K
· minton

Simple Data Binding for WinForms

Binda is a dead-simple, convention-based data binding tool for WinForms. It will take a Plain Old CLR Object and map its’ properties to controls on a Form. It does this by looking for controls that have a name and data type that match the property on the object. If a successful match is found the value is populated. Binda also supports going the reverse direction and populating an object from a Form.

http://michaelminton.com/post/29130313998/announcingbinda
http://minton.github.com/Binda/