Quantcast
Channel: Quickly generate/publish RSS feeds from ASP.NET projects? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by ileon for Quickly generate/publish RSS feeds from ASP.NET projects?

Recently I created an RSS feed generator for an ASP.NET application. First, you derive from XmlWriter. Then you create the page that will host the feeds. There you go: public enum RssElements { Rss,...

View Article



Answer by ScottE for Quickly generate/publish RSS feeds from ASP.NET projects?

here's some vb.net code that I've used to generate a rss feed from a collection in our BLL: Dim xws As New XmlWriterSettings() xws.Encoding = Encoding.UTF8 Using xw As XmlWriter =...

View Article

Quickly generate/publish RSS feeds from ASP.NET projects?

Under a timeline, therefore the salient point is "quickly" and willing to throw some $ at it too (not meaning I'll pay the correct answer, but rather for a commercial product :) ). Looking for an RSS...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images