rssfeedargotic

Argotic Syndication Framework


Does anyone know of any tutorials for this framework? Whats the opinion on the use of this for extracting data from an RSS Feed? Good or bad?


Solution

  • You might want to consider using the System.ServiceModel.Syndication namespace. Inside, you'll find a class called SyndicationFeed with a static method Load that might do everything you need.

    I already posted this for another question, but it may be helpful for you too:

    System.ServiceModel.Sydication

    Argotic