Question - List the steps involved in consuming the WCF services in Silverlight
Answer -
The simple steps involved in consuming WCF in Silverlight include:
- Creation of WCF service
- Enabling the cross-domain required for WCF service
- Addition of WCF service reference
- Calling the service