Tag Archives: Silverlight
Creating and Using Silverlight app settings (Web.config Configuration Applicatioin Settings) to change WCF service address after deployment.
The Problem:
————
A) WCF Address (EndPoint address value):
Have you ever wanted to change the WCF service address (endpoint address) in your silverlight application after deployment. Imagine that you built a silverlight application and deployed it on your test server. The application was tested and confirmed issues and bug free. Now you want to re-deploy the application [...]
Introduction and Notes about WCF, Silverlight and Creating a Silverlight application that consumes - invokes a WCF service via async (asynchronous) web service call
This post is an introduction and a collection of some useful information, notes and facts about WCF in genreal, Silverlight and running a silverlight web application that uses a WCF service via asynchronous web service call.
- The first fact that you need to know is that:
The only option for web service calling in Silverlight is [...]