wpf mvvm client server application
Posted
by jim
on Stack Overflow
See other posts from Stack Overflow
or by jim
Published on 2010-06-03T07:44:43Z
Indexed on
2010/06/03
7:54 UTC
Read the original article
Hit count: 248
First of all i must say i am new to wpf and mvvm. I want to develop a client-server application(clients send info to the server and the serer notifies one or more of them..consider something like yahoo messenger(some user changes his status..sends info to the server and the sever notifies his friends and changes to their UI are made) My question is: does mvvm suits well with this kind of application?
© Stack Overflow or respective owner