please help me anyone about basic concepts of silverlight with MVVM using WCF service.
Thanks
Raja
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Keyur PatelPosted May 27, 2013, 6:05 AM
It is good article in c-sharpcorner about the Silverlight MVVM.
http://www.c-sharpcorner.com/uploadfile/econsultancy/silverlight-4-0-and-mvvm-pattern/
You can also see following link for Silverlight MVVM with WCF.
http://www.codeproject.com/Articles/405415/Silverlight-Application-with-MVVM-WCF-and-EF
WCF :
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data. A few sample scenarios include:
Getting Started with WCF
URL : http://www.codeproject.com/Articles/33995/Getting-Started-with-WCF
Please let me know if you need any help in Silverlight with WCF.