Logo Background RSS

Advertisement

A Simple Lightweight RSS Feed Generator for ASP.NET (Sb2 Developers Blog)

  • Written by admin | No Comments Comments
    Last Updated: November 29th, 2008

    Hi, Today a pretty quick article on HowTo generate RSS Feeds for your ASP.NET Web Site. Here is a sample of code in order to make it works quickly. The RssFeed Class using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Xml.Linq; using System.Xml; using System.Globalization; namespace Sb2.Rss { public class RssFeed { #region Private…

    Source : Sb2 Developers Blog (subscribe)

    Explore : Technology

Advertisement

Leave a Comment