c# - What is the best way to decouple one MVVM application into webservice and a client -
what best way decouple 1 mvvm application webservice , client.
the application @ age , being developed mvvm light. born need business logic webservice available mobile client (android, bb).
there "how to" or guide can guide me correctly
the mvvm pattern presentation pattern used on client side. shouldn't affect system architecture. usually, view model repsonsible handling behavior of view. in view model want interact services.
i suggest extract business logic , make them services multiple clients can use, including wpf client.
Comments
Post a Comment