There's something out there in life that will delight and amaze you.
Get up, get moving, and go find out what it is. - (Ralph Marston)

Thursday, May 11, 2006

.NET Framework 1.1 does not have the Compression namespace.

Recently I was searching for the compression namespace in .NET framework 1.1...but didn’t find it... that’s because actually the .NET 1.1 does not have the compression namespace. So, thought to make a note on that. The .NET framework 1.1 does not contain any general purpose libraries for compression. But it’s possible to use free third part libraries. So, here are 2 links I got from friends.

http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx http://www.chilkatsoft.com/dotNetDoc//ClassZip.htm

But .NET framework 2.0 contains the System.IO.Compression namespace. :)

1 Comments:

At 1:02 AM, Anonymous Anonymous said...

Interesting website with a lot of resources and detailed explanations.
»

 

Post a Comment

<< Home