how do you implement Async Operations in C# and MVVM?

Posted by Oscar Cabrero on Stack Overflow See other posts from Stack Overflow or by Oscar Cabrero
Published on 2010-03-28T03:48:25Z Indexed on 2010/03/28 3:53 UTC
Read the original article Hit count: 341

Filed under:
|
|
|

hi what is the easiest way to implement asynch operations on WPF and MVVM, lets say if user if user hits enter when on a field i want to launch a command and then return back while a thread will do some search operations and then come back and update the properties so notification can update the bindings.

thanks!

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about asynchronous