What are the steps will followed when consuming WCF in silver light?

 Posted by Niladri.Biswas on 7/21/2012 | Category: Silverlight Interview questions | Views: 3074 | Points: 40
Answer:

4 simple steps to consume WCF service using Silver light

- Create the WCF service
- Enable Cross Domain for your WCF service
- Add the WCF service reference
- Call the Service


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Ankurbhutani on: 3/19/2013 | Points: 10
when we don't want to add the wcf service reference than we have to create an object of WcfClient and we can pass the wcf service url directly to get the data from the service on request_completed event handler.

Login to post response