You are implementing a WCF Data Service to expose data from a database named Northwind.
You create a class named NorthwindDataService that extends DataService. You need to configure rights on entity sets and service operations.

How should you modify NorthwindDataService?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 1872 | Points: 40
Select from following answers:
  1. Add a read-only property named Configuration that returns an implementation of IDataServiceConfiguration.
  2. Create a constructor that takes a single argument of type IDataServiceConfiguration.
  3. Implement a static method named InitializeService that takes a single argument of type IDataServiceConfiguration.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response