implementation Services in MVVM

Posted by netmajor on Stack Overflow See other posts from Stack Overflow or by netmajor
Published on 2010-03-15T02:39:29Z Indexed on 2010/03/25 2:13 UTC
Read the original article Hit count: 473

Filed under:
|
|

I want to use Services(WCF/RIA /Web) to take data from Entity Data Model class (maybe NHibernate class) and prepared it special for View layer binding.

I have few Silverlight page, so should I create for each page separate service class ? Or create one interface and all method will implement it in one service class?

Do You have some advice helped with my with services ?

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about Services