ニュース

In the first and second articles in this series, I covered the basics of data binding and the use of value converters. In Part 3, I'm going to highlight a couple of other aspects you should be aware ...
Data binding is central to Windows Phone Development. Here's a refresher for old pros, and an introduction for newbies. One of the most significant changes between more traditional style applications ...
A WPF ListBox lets you display data created and stored in a SQL table. You must query the SQL database, and you use the retrieved data set to populate the ListBox items. The SQL table can contain one ...