Hard
You are in charge of creating a RESTful content management service, whose specifications are below:
List of articles:
GET http://localhost/ContentManagement.svc/articles/
Details of an article:
GET http://localhost/ContentManagement.svc/articles/id
Create an article:
POST http://localhost/ContentManagement.svc/articles/id
Update an article:
PUT http://localhost/ContentManagement.svc/articles/id
What are the operations to be carried out to develop this service?
Author: InconnuStatus: PublishedQuestion passed 44 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
Generate a proxy class with asynchronous methods and use it for new clients.1
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
Create a service host in Dot-net1
How to create a WCF service in C#0
How to get the first element of an array in C#0
Fix the error in this C# code.