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
.