I've finally gathered some of the example code I've posted on this blog as well as some other snippets from my code library. They are now available as a free code library, JHLib. The library currently contains the CSV Parser, ProperCase algorithm, HTTP upload code and a Pop3 client with an Rfc822 compliant header parser. Also, there's a demo application for each of those sections.
I'll be adding more code to the library as I have the time (there's still a lot of quick-and-dirty stuff I'd never want to show anybody :-)). You can stay up-to-date with the library changes by reading this blog; I'll be certain to post about any updates.
Posted by Jouni Heikniemi at November 14, 2004 12:09 PMI've updated your CsvParser.cs with some additional functionality and support for newline in files.
Details available here: http://blogs.fanms.com/sondre/PermaLink.aspx?guid=77334ab3-da57-489c-987e-27ccb733ad7f
Posted by: Sondre Bjellås at November 22, 2004 07:51 PMJhlib will be the wave of the future if i can just get it to work.... regards
Posted by: bill at December 14, 2005 03:51 PM