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

How to deploy .net framework 3.5 sp1 with your setup project.

Posted by SunKwon Kim on 2009/03/05 14:31
Filed under .NET Framework
Tags : ,
Update the Package DataOpen the [Program Files]\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35SP1 folder or %ProgramFiles(x86)%\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35SP1 on x64 operating systemsEdit the Product.xml file in Notepad.Paste the following into the &ltPackageFiles> element: &ltPackageFile Name="TOO...
2009/03/05 14:31 2009/03/05 14:31