Microsoft
70-519 · Question #209
You are designing a data access service backed by Microsoft SQL Server. Other developers will use your service as a third-party service. You have the following requirements: - To reduce maintenance…
The correct answer is C. Use a WCF service with multiple bindings. See the full explanation below for the reasoning.
Question
You are designing a data access service backed by Microsoft SQL Server. Other developers will use your service as a third-party service. You have the following requirements:
- To reduce maintenance cost, you must write the minimal amount of code
required for fulfilling the goals.
- The service must function with Microsoft and non-Microsoft
technologies.
- The service must implement the WS-Security standards.
You need to design the service to meet the requirements. Which approach should you recommend?
Options
- AUse an ASP.NET Web service
- BUse SQL Server XML Web services
- CUse a WCF service with multiple bindings
- DUse an .ashx file to return an XML response over HTTPS
How the community answered
(54 responses)- A2% (1)
- B4% (2)
- C85% (46)
- D9% (5)
Community Discussion
No community discussion yet for this question.