Not Available x Room: Not Assigned
REST (REpresentational State Transfer) is an architecture that utilizes existing technology and protocols of the Internet, such as HTTP and XML, to publish and receive data. This session will demonstrate the following using Lullaby, an open source .NET REST services framework developed by Ryan Olshan.
* What is REST
* Architecting a REST API in .NET under the covers
* Consuming a REST API in .NET