Transaction in LINQ
2011-10-22
If you use LINQ, and consider Transaction, you might choose either explicit transaction or no. Becau ...
How to programmatically click a button in WPF
2011-10-07
Actually, there is no big different if you want to programmatically click a button in either WPF or ...
WPF Data Binding Using Code Behind and XAML
2011-10-05
You can use either of code behind or XAML to implement data binding in WPF: ...
WPF The calling thread must be STA
2011-10-04
In a multithread WPF project, we got program crash, but actually WPF did not give us any help or err ...
Big-endian and Little-endian and BitConverter
2011-09-30
About Big endian and Little endian explanation, please read the following content from Microsoft: ...
App.config in WPF Project
2011-09-29
When you try to use
ConfigurationManager in your WPF project, you might can not get ...
Mouse Hover Event in WPF
2011-09-27
There is no mouse hover event in WPF, The MouseHover function has been split into two parts: MouseEn ...
About WPF Multithreads
2011-09-27
This is a learning notes. We are not going to tell more knowledge about WPF multiple threads, we jus ...
WPF DependencyProperties vs INotifyPropertyChanged
2011-09-23
There are 2 ways to get the automatic notice target object if the source object changed (for example ...