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.

2 Responses to “Parallel Programming, Silverlight, and the RSS Bandit parser”

  1. bathrooms says:

    Thanks for posting this, reading your blog I’m amazed how much time you have put into it.

Leave a Reply