Community

Using Data Compression in .NET 2.0

(Wei-Meng Lee) One of the new APIs available in the .NET Framework 2.0 is the new set of compression classes located in the System.IO.Compression namespace. The two new classes in this namespace are GZipStream and DeflateStream. Using these compression classes, you can enable compression and decompr

Read More - Register for Free Membership