Quantcast
Viewing all articles
Browse latest Browse all 2

Answer by Usurer for process url from rss feed as new items come in

Make scheduler to send request to RSS feed source once per munute/hour/other time period.

Parse responce via stuff from System.ServiceModel.Syndication namespace - you'll have a collection of SyndicationItems that represents obtained data.

For each item that you don't have in your storage - run DoSomething with url from SyndicationItem.Links.


Viewing all articles
Browse latest Browse all 2

Trending Articles