Creating an RSS Feed

  • Thread starter Thread starter David P. Donahue
  • Start date Start date
D

David P. Donahue

Does anyone know of any good resources (articles, etc.) for creating
one's own RSS feed on a website (either as a service or a page or
whatever)? Not so much 3rd party tools that do it for you, but a
general guide for coding one into one's own project.

The data source would be a DataSet from a web service I have for
accessing my database, so that's simple enough. I figure I could
hand-code the XML and return it, but that might get messy. Given that
RSS is such a widely-used standard, I'm wondering if the wheel has
already been invented for this. Maybe there are tools within .NET (I'm
using Visual Studio 2003) to help? Any ideas?


Regards,
David P. Donahue
 

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

Similar Threads

RSS live feed 2
RSS feed XML linq 2
consume RSS feeds 4
RSS Functionality for monitoring 1
Cannot add an RSS feed to Outlook 1
RSS Search 3
Outlook locked up, then RSS Feed message 6
RSS Feeds 1

Back
Top