What is the best way to read RSS feeds?
I am using XmlTextReader to achieve this. Is there any other best way to do it?
XmlTextReader
XmlText
You're looking for the SyndicationFeed class, which does exactly that.