This document discusses building RESTful services with WCF. It provides an overview of the evolution of the web from being content-driven to also including capabilities. It outlines REST principles and how WCF supports building RESTful services through features like the webHttpBinding, WebGet/WebInvoke attributes, UriTemplates, and the WCF REST Starter Kit. Examples are given of using these features to build RESTful operations.