views:

180

answers:

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.

+2  A: 

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

bdukes
Thanks, I'm going to try this one first :)
Luk
+1  A: 

Argotic is a pretty comprehensive content syndication framework.

Anton Gogolev
It looks impressive, do you know why RSS Toolkit is much more popular? Is it only because he was the first?
Luk
+1  A: 

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

Pat