Browse by Tags
All Tags »
WCF (
RSS)
In the last post , I showed how to create a podcast using WCF syndication. A podcast is an RSS feed containing a list of audio files to which users can subscribe. The podcast not only contains links to the audio files, but also metadata about each episode...
In my previous post, I showed how to create a RSS feed using WCF Syndication . Next, I'll show how to add the additional tags needed to turn a RSS feed into an iTunes podcast. A podcast is merely a RSS feed with some special characteristics: iTunes RSS...
With .NET 3.5, Microsoft added the SyndicationFeed class to WCF for generating ATOM 1.0 & RSS 2.0 feeds. In .NET 3.5, it lives in System.ServiceModel.Web but was moved into System.ServiceModel in .NET 4.0. Here's some sample code on constructing a...
More Posts