You will need to register for free or login to download these code samples.
Welcome to the Programmers Anonymous Code Library!
This code library contains downloadable copies of all source code discussed in the blogs. Please check back often as the library will be updated frequently.
The ZipManager and a VERY basic zip file unpacker. It will let you browse to a subfolder one level deep and unpack a zip file currently in that folder.
Compression Helper is a class designed to simplify the process of compressing data without the need for a third party module. CompressionHelper can compress string data, byte arrays, and streams of data directly, each with only a single static function call. Please see my blog entry on on compression for more information about this class. Changing the compression algorithm from gzip to deflate to none is as simple as setting an AppSetting.