Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the list of all Employees from MyService?

 Posted by Rajnilari2015 on 9/25/2015 | Category: WCF Interview questions | Views: 4111 | Points: 40
Select from following answers:
  1. http://<uri>/MyService.svc/Employees
  2. http://<uri>/MyService.svc/ALL=Employees
  3. http://<uri>/MyService.svc/Get/Employees
  4. http://<uri>/MyService.svc/GetAllEmployees
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response