Skip to content

Latest commit

 

History

History

01-AsyncDesktop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Responsive WPF application demo

Demo source code of a WPF application to demonstrate responsive UI and the beneficts of using async

Synchronous code

This is bad! Application is not responding

Asynchronous code

This is good! Application still responsive with 100% CPU use

Code compare