The epicenter of data sharing in "Web 2.0" are web services, but empowering browsers, devices, and other mashups to share data requires creating flexible, scalable, and easily consumable web services. SOAP and XMLRPC services are too heavy and rigid for both clients and servers. ASP.Net Web API is a new framework build on-top of ASP.Net MVC to help make implementing lightweight, RESTful services easy. This session will take you through the steps of designing a RESTful web service, then craft the web service in ASP.Net Web API.