RestCake

RestCake
RestCake is an open source C# library I’ve written for creating REST services without WCF. The services are based on the simple IHttpHandler interface. You’ll have all the clean urls you’d want in a RESTful service using the routing classes that come with it, and full support for UriTemplates. In fact, the service classes look just like WCF service classes, so the switch can be painless. Take a look at RestCake at CodePlex, or at http://restcake.net.