Medium
A WCF service exposes the following contract over the HTTP protocol (code below).
Existing clients make blocking calls to the GetData method. The GetData method takes up to 5 seconds to execute.
You need to ensure that new clients can send non-blocking requests to this method, without modifying existing clients. What should you do?
Author: InconnuStatus: PublishedQuestion passed 28 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
How to get the first element of an array in C#0
Create a WCF ContentManagement.svc service with the WebGetAttribute and WebInvokeAttribute attributes.,Define an endpoint behavior (EndpointBehavior) in the web.config that enables the web programming model.0
How to get the first element of an array in C#1
Configure IIS to allow the http verbs PUT and DELETE for the service.0
Create a service host in Dot-net1
How to create a WCF service in C#0
Fix the error in this C# code.