rss feed reader code

  • Thread starter Thread starter Wade
  • Start date Start date
Hi Wade,
Does anyone know where I can get an open source rss feed reader?

Although writing a simple RSS reader isn't very difficult, you might wish to
check out RSS Bandit, which is an open-source project. It is written with
C#.

Start here:
http://www.rssbandit.org/

Then go to MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml02172003.asp

And finally download the code:
http://sourceforge.net/projects/rssbandit

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 
Hi, thanks for the quick reply, however, I think that I failed to give
enough information as to my request. I'm actually looking to read from an
rss feed, and place the read data into a webpage, so I need code to read
from an rss feed, and place it into my aspx webpage.

I'm using .net and c#.
 
Back
Top