Work with RSS Feeds using the System.Xml Assembly

.NET version 2.0 adds many enhancements to the System.Xml namespace and its related classes. This sample code demonstrates how several of these enhancements can be used to consume RSS feeds for display on ASP.NET Websites in an efficient and scalable manner. Different techniques are shown including caching feeds, randomizing feeds, plus more using the XmlReader and XPathNavigator classes. Other alternatives such as the DataSet and XmlDataSource control are also shown.

http://www.xmlforasp.net/CodeSection.aspx?csID=118

 

 

comments powered by Disqus

No Comments