c# - What is recommended way to perform async tasks in WPF? -


are there standard tools, or recommended approaches async tasks execution?

upd understand, how use threads. need know recommended wpf way block ui while performing async call, , how update progress info.

you can use several ways, example:

and since .net 4, preferred way use tasks.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -