Select from following answers:- DataServiceHost

- DataService
- DataServiceHostFactory
- All Above
The DataServiceHost class is the WCF Data Services class derived from WebServiceHost that is used to instantiate data services. To create a custom host, you must extend this class.
The DataService class is the main entry point for developing the ADO.NET Data Service, not the service host.
The DataServiceHostFactory class is used by the infrastructure of WCF Data Services to connect to Windows Communication Foundation (WCF). It is not the correct class to extend.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator