RSS & ATOM in ASP.NET

Hi all,

I develop a site in asp.net and wanna show data in RSS and ATOM format, so how can i achive this task...
Second, i develop site like,http://www.pubsub.com or http://www.feedbeep.com

if u have any idea to develop this kind of site , plz share with me....

Thanks
Sajjad Rizvi




Answer this question

RSS & ATOM in ASP.NET

  • Vatroslav Mihalj

    I would suggest asking this question in the ASP.NET Developer Forums [http://forums.asp.net], which are maintained and closely monitored by the ASP.NET product team and developer community.

    Hope that helps,
    Stephen [Microsoft Common Language Runtime: Security - Developer]
    http://blogs.msdn.com/stfisher

  • Joe Buys

    If you are developing using the Microsoft .NET 2.0 framework, I wrote a syndication framework that makes generation of RSS 2.0 and Atom 1.0 feeds very easy. It can be found at http://www.codeplex.com/argotic.

    If you are looking for built in support for syndication feeds, I would point you to the upcoming Microsoft .NET 3.5 framework (Orcas), which will have support for RSS/Atom feed handling. The beta documentation for this is available at System.ServiceModel.Syndication.

  • RSS & ATOM in ASP.NET