Blogger :
Dan Wahlin XML
All posts :
All posts by Dan Wahlin XML
Category :
.NET XML, System.XML
Blogged date : 2005 Nov 14
.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