I’ve made a simple RSS Reader Class yesterday and let me share here. First there have 2 classes in my project, which are under namespace RSSReader. 1.) RSSDetail 2.) RSSDetails RSSDetail is the each item in the RSS, and RSSDetails just collect all item and the main description of the RSS. RSSDetails.cs using System; using System.Collections; using System.Net; using System.Xml; namespace RSSReader { /// /// Summary description for RSSDetails. /// public class RSSDetails: CollectionBase { private