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?
Does anyone know of any tutorials for this framework? Whats the opinion on the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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