Hard
You need to write a WCF service to update users. The update method must have the following signature:
public bool UpdateUser(User user)
What are the actions to take so that the method can be exposed via WCF?
Author: InconnuStatus: PublishedQuestion passed 27 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Dot-net
0
Create a service host in Dot-net0
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
Configure IIS to allow the http verbs PUT and DELETE for the service.0
How to get the first element of an array in C#0
How to get the first element of an array in C#