vote up 4 vote down star
2

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"?

flag

63% accept rate

5 Answers

vote up 6 vote down check

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|flag
vote up 4 vote down

Argotic Syndication Framework

link|flag
vote up 3 vote down

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|flag
vote up 2 vote down

FeedDotNet

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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