|
The solution in this example demonstrates a very simple example of calling a WCF service from a Silverlight 3 application.
Web Site WCF Service Silverlight 3 Client
The three main elements of the example are the WCF service contained in the examples web project, the XAML of the Silverlight 'MainPage', and the code of the 'Main Page'.
...
|