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#
In this article i will discuss how to enable gzip compression for the dynamic content.After following these steps you can enable compression for your aspx pages and other dynamic content. Author: smallworkaround Code: ASP.NET v3.5 & VB