Community

Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0

(Wei-Meng Lee) One of the new namespaces in version 2.0 of the .NET Framework is System.IO.Compression. This new namespace contains two classes for data compression: DeflateStream and GZipStream. Both compression classes support lossless compression and decompression and are designed for dealing wit

Read More - Register for Free Membership