Brian Ritchie's Blog

My ramblings on .NET & other development topics

News



Twitter

Blog Roll

Connect with me

Browse by Tags

All Tags » WCF (RSS)
Populate a WCF syndication podcast using MP3 ID3 metadata tags
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...
Posted: Feb 28 2011, 10:28 PM by brian_ritchie | with 1 comment(s)
Filed under: , , , , ,
Creating a podcast feed for iTunes & BlackBerry users using WCF Syndication
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...
Posted: Feb 27 2011, 10:32 PM by brian_ritchie | with 8 comment(s)
Filed under: , , ,
Serving up a RSS feed in MVC using WCF Syndication
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...
Posted: Feb 21 2011, 10:22 PM by brian_ritchie | with 2 comment(s)
Filed under: , , ,
More Posts