July
1
WPF Binding Modes
If you're like me who was only a casual user of the binding process prior to WPF, you would bind a control to some data and call it a day. It was either bound or it wasn't. Well there is a little more to it than that and we'll see why that is a good thing....
June
23
Binding to instance properties
Binding in WPF is a powerful
and useful way to populate
controls. You can bind to many different types of data sources
in many different ways. One way
that I am very comfortable with
is using a normalized relation
database like SQL, pulling data
out an...