MVVM in Silverlight - Where does async service logic go?

Posted by joeldow on Stack Overflow See other posts from Stack Overflow or by joeldow
Published on 2009-08-11T21:11:11Z Indexed on 2010/05/05 16:08 UTC
Read the original article Hit count: 126

I have the beginnings of my first Silverlight MVVM app and need to know where I should put business logic including async service calls. Does it go on the page hosting the view? Do I simply set a property of the ViewModel which updates the view?

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about silverlight-3.0