6

I use Asp.net Web Forms and C# 4.

I have content in DataBase table and I would like publish it as RSS for my website.

My questions:

Thanks

3 Answers 3

9

Don't do it by hand - use the built-in System.ServiceModel.Syndication classes to generate the feed for you. Then you know it's compliant with whichever format (RSS or ATOM) you generate.

Here's an article that walks you through it:

[How to create a syndication feed for your website][1]

[1]: http://dotnetslackers.com/articles/aspnet/How-to-create-a-syndication-feed-for-your-website.aspx [NOT WORKING]

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks Matt, Tutorial is great, I was able to do the script in less than two hours thanks.
3

Well, MSDN has a relatively-straightforward tutorial on how to generate RSS 2.0 from ASP.NET, found at http://msdn.microsoft.com/en-us/library/aa478968.aspx. It's really not terribly hard, so I would recommend doing it if you're wanting to learn something.

1 Comment

Yeah I followed this one and it was really easy
0

You can found this tool very useful

Creating SQL Based RSS Feed [DEAD LINK]

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.