This post originated from an RSS feed registered with Web Buzz
by Josh Baltzell.
Original Post: ExtraSimpleRSS 0.1 - An Extra Simple ASP.NET RSS Generator
Feed Title: ShortDomainName.com
Feed URL: http://www.contegix.com/Rss.aspx
Feed Description: Weblog of Josh Baltzell. Focusing on the computer industry and .NET programming related news. I like to get involved on the discussions wherever they are.
I wanted to make some XML feeds for a few weird things that only I would need access to so I thought I would write a quick and dirty RSS generator.
It is written in ASP.NET with VB.NET and the real code is only about 100 lines. I slapped together a quick sample page that spits out RSS with data from an included XML file. If you are working with this make sure you look at how I did the dates in the RSS Items on rss.aspx. You may not be as dumb as me and you might not have problems dealing with this, but it was a pain for me. You can feed the data in to it any way you like though, the actual useful code is just the part that builds the feed from the objects you add to it.
Leave me a comment if you improve it or if you are using it for anything.