up vote 11 down vote favorite
6
share [g+] share [fb]

We use RSS.Net (old and not maintained, but there's a more recent fork) to parse RSS feeds. We wrote a similar library to parse Atom feeds and managed to extract a common interface from both, this way we don't really care what sort of feed it is.

Is there something like that already "out there"?

link|improve this question

68% accept rate
feedback

5 Answers

up vote 12 down vote accepted

If going up to .NET Framework 3.5 check out the new .NET syndication API.

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

link|improve this answer
feedback

Argotic Syndication Framework

link|improve this answer
feedback

Beware the .NET Syndication API. If you do not control the feeds that will be consumed, you may run into date parsing problems. I have not found an acceptable solution to this.

link|improve this answer
feedback

FeedDotNet

link|improve this answer
feedback

You might find useful Atom.Net and FeedDotNet, both open source.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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