Rss news aggregator

  • Thread starter Thread starter gella
  • Start date Start date
G

gella

How to place Rss news aggrgator in my web page.
Please Explains steps involved in generating rss news aggregator using
asp.net(vb) web page .
thanks
 
This article by Peter Bernhardt :
http://msdn.microsoft.com/coding4fun/xmlforfun/simplerss/default.aspx
explains how to setup an RSS 2.0 feed for your site(s).

At the top, there's a download link for the VB.Net code ( and the C# code ).

There's many RSS formats. Bone up on the basics at :
http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html

At this page, there's links to several news clients:
http://msdn.microsoft.com/aboutmsdn/rss/

Finally, you can build the RSS Bandit, which reads several RSS
specifications, by following the instructions at :

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




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top