Tag archive for ‘Caching’
How to consume an XML feed in ASP.NET - RSS
XML is the standard for distributing content on the internet, however it can prove a challenge when trying to consume and handle the data retrieved from an XML document. This is the first in a two part series on consuming and displaying XML content on your own website. We will be using XPathDocument and [...]