Export to RSS Feed

Posted by citronas on Stack Overflow See other posts from Stack Overflow or by citronas
Published on 2010-04-27T13:09:29Z Indexed on 2010/04/27 13:13 UTC
Read the original article Hit count: 351

Filed under:
|
|

I'm looking for class that can generate RSS feeds.

I'm thinking of a usage like this.

RssClass foo = new RssClass();
foo.addEntry("title", URL);
foo.Export("myexportpath.rss");

Has anybody seen such a class available for free usage?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET