How to bind WPF controls to Application settings

Posted by SunKwon Kim on 2009/04/08 23:43
Filed under WPF
Tags : ,
When to bind WPF controls to settings At Sometimes, i want to show program verion in my application. And I wrote it in Application settings ("Settings.Settings"). How could I do that? If we don't know how to bind it, we have to write twice at each time upgrading our programs. Jerome Laban and Michael jp posted how to do that with different approaches. Me...
2009/04/08 23:43 2009/04/08 23:43

How to log using XmlDataProvider in WPF

Posted by SunKwon Kim on 2009/03/09 00:35
Filed under WPF
Tags : ,

Multithread logger in WPF

Tamir Khason posted "Multithread logger in WPF". In that article, we can learn about how to log errors using XmlDataProvider in WPF. It is clear and interest.
He posted his article here (or you can it here.)

2009/03/09 00:35 2009/03/09 00:35

How to use XmlDataProvider from code behind (c# code)

Posted by SunKwon Kim on 2009/03/07 23:19
Filed under WPF
Tags : , ,
In many cases, XML is very useful in programming For example, I have written a program which support many product catalogs. In traditional programming, we had used a database or a customized file which support hierarchy structures. But in recent day, we can easily do that by XML. In WPF, XmlDataProvider was given to us to handle XML data. how to use XML...
2009/03/07 23:19 2009/03/07 23:19