How I created my new subscription list: Appendix A

If by chance someone out there is trying to recreate the code that I posted, this will make it faster for you:

using System;

using System.Collections.Generic;

using System.Text;

using System.Xml.Serialization;

using System.Xml;

using System.Data;

using System.Data.SqlClient;

using System.IO;

 

static void Main(string[] args)

{

    LoadOpml(@"c:\_projects\feeds.opml");

    LoadBlogUrls();

    PopulateSubscriptions();

    SaveSubscriptions();

}

   

posted on Saturday, January 20, 2007 6:04 PM

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Url
Comment   
Please enter the following code into the box below to stop spammers

  
Enter Code Here *