IN .NET 3.5 I know of the System.ServiceModel.Syndication classes which can create Atom 1.0 and RSS 2.0 rss feeds. Does anyone know of a way to easily generate yahoo’s Media RSS in ASP.Net? I am looking for a free and fast way to generate an MRSS feed.
IN .NET 3.5 I know of the System.ServiceModel.Syndication classes which can create Atom 1.0
Share
Here a simplified solution I ended up using within a HttpHandler (ashx):