Interview Web Service implementation
The Interview Web Service is implemented as a WCF REST Service Application using Microsoft .NET 4.0 and is written in C#.
The project is named InterviewWebService.
The REST web service interface is defined in .NET, which assigns the WebGet and WebInvoke attributes to methods.
The UriTemplate attribute parameter defines the pattern-matching that enables WCF to map the URI to a method name and the associated parameters.
See
See also