RSS Syndication from a REST Service with WCF
In a previous post I constructed a simple REST Service with WCF. In this snippet I add a new uri that will produce a RSS 2.0 feed with Todo items. Add a using statement to System.ServiceModel.Syndication. More…