Search results for query: *

  1. H

    Quick Question: Best method to store this program data (RSS FEED ITEMs)

    Working RSS feed reader I decided to serialize it... Here is a working RSS feed reader... if anyone wants to use it feel free. ' For the stringbuilder Imports System.Text ' For the feeds Imports System.Xml ' For the serialization of the feed items Imports System.Runtime.Serialization Public...
  2. H

    Quick Question: Best method to store this program data (RSS FEED ITEMs)

    Hello, I am making an RSS Application which works so far; it obtains feeds and stores them into a list of type RSS ITEM which is a structure with common RSS ITEM properties etc. I am just asking simply, what is the best way to save the data for later retrieval ? I can't use comma or colon...
Back
Top