I’m mainly doing javascript in my free time, but at work, it’s still classic .NET. Yesterday, I had to quickly set up a REST service via WCF to test something. In the spirit of saving my keystrokes, and for my own later reference, I’m posting how to do it here, instead of emailing it. I’m assuming you have an existing WCF service. Just add the following to your ServiceContract (you’ll need a reference to System.ServiceModel.Web): [OperationContract] [WebGet(UriTemplate = “{id}”, ResponseFormat