Boise CodeCamp: Enabling REST in ASP.NET

Building a RESTful Web Application in ASP.NET 2.0 ( from the Internet track)
Representational State Transfer (REST) is means to provide access to, and deliver information based on  a unique identifier, such as a URL. In the Web 2.0 world, REST interfaces will enable easier consumption of data by client applications that XML Web Services have. Desiging your Web applications to support RESTful end points, you can open up a broad range of oportunities, including AJAX consumers, and dynamic applications supporting a variety of data requests. In this session you will learn how to use the features in ASP.NET 2.0 to enable RESTful interfaces in your Web application.
Presented by: Doug Seven