ASP.NET RSS Toolkit now on CodePlex -- please consider contributing...
Thanks to IDisposable for making this happen.
Dmitry
Hello there, RssTool Kit is extremely cool, and its super cool you provided the whole source code to the open world. I was going through the source yesterday and there is one thing, which I feel might hinder the performance.
When it comes to caching, you are downloading the RSS and persisting it to local disk, also appending the RSS url as a comment inside the file.
When it comes to retrieving it back, you open the persisteded file in XML DOM and check for equality. If I remeber correctly I guess you are doing it in a loop, i.e you need to open each persisted file to check this.
If I'm building an aggregator using the RSS Toolkit, which contains some 100 urls, I'm not sure what the performance effect will be.
I'm not trying to point our problems in your code, its just my thought after my first glance.
You did a great job. BTW, how do you find time to do this? :-)
Regards,
Saravana