vote up 1 vote down star

Hi guys,

i have been looking for stable RSS/Atom library for .net?

Preferably open Source like As3 syndication library created by Adobe?

Are there any other option?

I want to integrate RSS feed in my .net based site .

Also are there any javascript libraries for the same RSS feed reader?

thx amit

flag

33% accept rate

4 Answers

vote up 1 vote down check

I answered a similar question some time back : net has a class to parse ATOM and RSS feeds. Check out the links.

http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.aspx

http://msdn.microsoft.com/en-us/magazine/cc135976.aspx

Alternatively You can just remove the "Feed version" from the XML file and parse it as a normal XML file using xmlDocument class.

http://stackoverflow.com/questions/684507/rss-parser-in-net/684518#684518

link|flag
Is parsing the feed client slide better than on server side? same thing can be done using javascript? Also found this codeplex.com/ASPNETRSSToolkit – Amitd Aug 18 at 9:47
The syndication readers may be stable but the are not very robust, one little bit of wrong formatting and the entire feed fails to read. – Henk Holterman Aug 24 at 18:19
vote up 1 vote down

Maybe the System.ServiceModel.Syndication Namespace can be of help?

link|flag
vote up 0 vote down

Look at www.rssdotnet.com

link|flag
is it open source?? i dont think it is maintained anymore? – Amitd Aug 18 at 10:04
vote up 0 vote down

This seems a no-brainer.

Argotic (http://exist.sourceforge.net/atompub.html) is a mature, stable, open source .Net library for RSS and Atom. I've worked within the sources, and they're very feature complete and sensibly implemented (including support for Atom extensions such as GeoCoding, Dublin Core, iTunes and trackback).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.