Sunday, November 22, 2009

ASP 101 - An ASP.NET RSS Feed Reader

Research: An ASP.NET RSS Feed Reader
If I was going to go through the trouble of doing this in ASP.NET, I was going to do it right and, while it is possible, I didn't want to call the COM objects that we used the first time around. This is .NET after all so naturally I wanted to use the .NET Framework's XmlDocument object. Aside from using the .NET object, this part of the script is basically the same. We create an XML object and load an XML file into it either from the remote server or from the file system."
Read More: ASP 101 - An ASP.NET RSS Feed Reader

No comments: