Archive for June, 2007

Parallel Programming, Silverlight, and the RSS Bandit parser

Friday, June 22nd, 2007
  • For RSS/Atom parsing with .NET, I’ve quickly become a fan of the parser in RSS Bandit. Download the source via CVS and compile the NewsComponents project as its own DLL. Create a RssParser object, then call
    the GetItemsForFeed method with the desired URL. This returns an ArrayList of NewsItems for that feed with information for each item.