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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -