Well, it's my first blog post ever. I plan on getting an "about me" page up in a few days but I felt like jumping in head first tonight.
Don Box mentioned an article on MSDN about creating your own RSS aggregator. A couple people mentioned they would like to see an increase in .NET based aggregators. I'm not sure if this article is a good place to start. When I was working on my own aggregator, I found myself spending all my time writing code for parsing the XML, serializeing to disk, and keeping track of read/unread messages. This article covers a bit of that information but the code for the application is not very modular and would be hard to implement in your own application.
I think a good RSS library for .NET could really increase it's use in aggregators. Hopefully there will be a library releleased here. You can actually "borrow" the dll from his Beaver aggregator (nice .NET based aggregator even though it's v0.4.3) and reference it in your own applications. But it would be nice to have some samples and support.
Anyone else know of a good RSS library for .NET?