Can someone recommend an appropriate way to do this.
I'm subscribed to a number of rss feeds. What I would like to do is obtain the url and then do DoSomething(url) when i have the url of the new item that has come in.
basically process the new item as it comes in.
What would I need to do to have this automatically? without me having to force the process?