Transaction in LINQ

If you use LINQ, and consider Transaction, you might choose either explicit transaction or no. Becau ...

How to programmatically click a button in WPF

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

You can use either of code behind or XAML to implement data binding in WPF: ...

WPF The calling thread must be STA

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

About Big endian and Little endian explanation, please read the following content from Microsoft: ...

App.config in WPF Project

When you try to use ConfigurationManager in your WPF project, you might can not get ...

Mouse Hover Event in WPF

There is no mouse hover event in WPF, The MouseHover function has been split into two parts: MouseEn ...

About WPF Multithreads

This is a learning notes. We are not going to tell more knowledge about WPF multiple threads, we jus ...

Links about WPF

1: Windows Presentation Foundation D ...

WPF DependencyProperties vs INotifyPropertyChanged

There are 2 ways to get the automatic notice target object if the source object changed (for example ...