DotNetZip Library

Edit
Working on a project that need to do directory zipping in C# (I don't want to admit but I am deeply rooted in C# now, but let me said it again, still have no good feeling about M$). So I lookup if there is any existing thing in .NET Framework that I could use. It turns out that there is a GZipStream Class, but that could only do single file compression, there is no directory compression out of the box. But I want to have a standard compliant compression, and don't want to implement our own standard. So I keep looking and found 2 3rd party lib (both free) to do the job. One is "SharpZipLib", the other is "DotNetZip", after comparing the two, I believe DotNetZip is a better choice because it's development is more active and it has better documentation on codeplex. You might want to take a look and give it a try on your next C# project that require file compression! DotNetZip Library


DotNetZip Library DotNetZip Library Reviewed by DF on 5:36:00 PM Rating: 5

Post Comments

©DF. Powered by Blogger.