News

Aaron Sloman and Haider Sabri gave a talk about "Creating a RESTful API with WCF" at MIX08 introducing a sample REST application called RESTChess.
REST API calls that return a collection should be plural. A URL that returns a unique result should be singular. Don't include file extensions. Use headers to keep URIs clean. Don't identify Create, ...