Feed on
Posts
Comments

Category Archive for 'Article'

PriorityBinding in WPF

Keeping your application responsive while under load is important. If you assign the UI thread to do time intensive work you are asking for trouble as it will prevent the UI from updating. This will cause the application to appear unresponsive. The solution, of course, is to assign the task to a worker thread instead [...]

Read Full Post »