Before rolling my own RSS parser, is there a really good open-source parser already written for C#?
Before rolling my own RSS parser, is there a really good open-source parser already
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.
Seems like the RSS.NET library is worth a try. It does seem to be reasonably complete. And judging by the code examples, it seems very easy to use.
Edit: I was looking for this earlier but couldn’t find it for some reason… RSS syndication is now in fact built into the .NET Framework 3.5 as part of WCF. See this MSDN magazine article for an introduction (scroll down for the section about the syndication API). Also see the answer to this SO thread.