vote up 2 vote down star
3

Hi,

I'm trying to find a library that can read a given RSS/Atom feed, and that can guess its format and abstract it as a list of items.

The idea is to build a simple RSS reader that could take any feed.

I know PHP has a few libraries doing just that, but I can't find any .Net version.

flag

I struggled to get Atom.NET working productively, maybe that was just me though – Andrew Bullock May 5 at 13:56

3 Answers

vote up 2 vote down check

I believe the ASP.NET RSS Toolkit does what you want.

link|flag
Thanks, I'm going to try this one first :) – Luk May 5 at 15:22
vote up 1 vote down

Argotic is a pretty comprehensive content syndication framework.

link|flag
It looks impressive, do you know why RSS Toolkit is much more popular? Is it only because he was the first? – Luk May 5 at 15:24
vote up 0 vote down

If you are using 3.5 you can use classes from the System.ServiceModel.Syndication namespace

link|flag

Your Answer

Get an OpenID
or

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