Peter Bromberg of eggheadcafe.com illustrates the use of NZipLib C# assembly for data compression. Three part series complete with code. Author: Peter A. Bromberg Code: ASP.NET Beta 2 & C#
The .NET Framework contains several hundreds of classes, yet something is missing: there is no class for compressing and decompressing Zip archives. This omission however can be made up for by using the .NET Zip Library (NZipLib). Author: Christoph Wille Code: ASP.NET v1.0 & C#