Parallel Programming, Silverlight, and the RSS Bandit parser

  • 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.

One Response to “Parallel Programming, Silverlight, and the RSS Bandit parser”

  1. Building Silverlight Applications using .NET - ScottGus Blog « The Pursuit of a Life Says:

    [...] (h/t Ken Rawlings) [...]

Leave a Reply