ASP.NET RSS Toolkit

ASP.Net RSS Toolkit gives ASP.Net applications the ability to consume and publish to RSS feeds. Features include: * RssDataSource control to consume feeds in ASP.NET applications o Works with ASP.NET data bound controls o Implements schema to generate columns at design time o Supports auto-generation of columns at runtime (via ICustomTypeDescriptor implementation) * Caching of downloaded feeds both in-memory and on-disk (persisted across process restarts) * Generation of strongly typed classes for feeds (including strongly typed channel, items, image, handler) based on a feed URL (the toolkit recognizes RSS, Atom and RDF feeds) or a file containing a sample feed. Allows programmatically download (and creation) of feeds using strongly-typed classes.

Go to http://www.codeplex.com/ASPNETRSSToolkit

See also these related projects.