MVVM View Model DTOs
Posted
by Burt
on Stack Overflow
See other posts from Stack Overflow
or by Burt
Published on 2010-01-31T21:28:37Z
Indexed on
2010/04/28
9:33 UTC
Read the original article
Hit count: 490
I have a WCF based application that uses the services to access repositories on the server side. I am passing DTOs from the server to the client and was wondering how best to make the DTOs part pf the view model.
I have a workign example of just plain properties on the view model but was unsure how to deal with actual DTO objects and any possible conversion between the DTO and the Vview model properties.
© Stack Overflow or respective owner