List the steps involved in consuming the WCF services in Silverlight
Answer Posted / Bhupendra Pratap Singh
{"1. Create a Service Reference": "Use Visual Studio to create a service reference for the WCF service by right-clicking on the project, selecting Add > Service Reference and entering the service's URL.","2. Implement the Service Contract": "The client-side code generated from the service reference should be used to implement the service contract in the Silverlight application.","3. Call the Service Operations": "Use the service operations in the client-side code to call methods on the WCF service and process the returned data."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category