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?
Argotic Syndication Framework
1.2k Views Asked by Goober At
2
There are 2 best solutions below
0

The many links on the CodePlex wiki lead to a number of tutorials. Also, check out DimeCasts.net. Derik Whittaker also has a simple sample here.
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