O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
This excerpt from REST in Practice walks you through the fulfillment service of a coffee shop called Restbucks to show how AtomPub can be implemented in .NET. In this section, we show how Restbucks ...
Atom is an XML-based hypermedia format for representing timestamped lists of web content and metadata such as blog postings and news articles. The following excerpt from REST in Practice shows you how...
Syndication is an essential tool for modern web apps. This excerpt from Subbu Allamaraju's RESTful Web Services Cookbook provides a quick overview of how to use the Atom entry and feed documents for...
Very important, if you are trying to parse an atom feed, say from Blogger for example. Make sure you include the following lines of code. If not, you could spend several days trying to figure out how ...