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.