Question from the WCF test

How to create a WCF service in C#

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 24 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!