bpopp 0 Newbie Poster

I'm putting together a project in C# and .Net and would love to get some feedback on it. It's a podcast aggregator (tentatively named CastGrabber) intended to automatically download feeds as they are released and add them to one or more playlists (similar to Juice/Doppler).

Honestly, it's my first project in C# so it's a little rough around the edges in places, but I've done quite a bit of OO programming in Java, C++, and PHP so it's not as horrible as you might expect. It's currently at version 2.0.0.13 (version 1 was a little more than helloworld) and the plan is to put together a very functional prototype, and then to rebuild/refactor it and open source version 3.

I'm loving coding in C# and am, at this point, releasing versions almost nightly. I'm also journaling my progress along with each version. If you're interested, I'd love to hear from you regarding bugs, feature requests, architecture advice, or whatever else. The only thing I ask is that you not dwell too much on the existing interface (it's bad) since this will be completely rewritten in v3.

Make sure you grab the latest version (currently v13). The newest version will always be at the bottom of the last page of comments (currently page 2):

http://www.bpopp.net/articles/view.php?id=832

Obviously you will need the .Net 2.0 Framework to run it (the ClickOnce installer should download it for you if you don't have it).

Thanks, bpopp