#ziplib (SharpZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
I have a zip file in my Windows Phone 7 project. I have set the Build Action to Content and Copy …
silverlight windows-phone-7 sharpziplibUsing ICSharpCode.SharpZipLib for C#, how can I validate that the file being passed is actually a valid zip file (…
c# asp.net asp.net-mvc sharpziplib icsharpcodeI use DotNetZip to create a zip archive with an in memory string and download it as an attachment with …
c# asp.net sharpziplibFrom examples, I've got a pretty good grasp over how to extract a zip file. In nearly every example, the …
c# zip sharpziplibI'm very sorry for the conservative title and my question itself,but I'm lost. The samples provided with ICsharpCode.ZipLib …
c# byte sharpziplib compressionI'm using the following code, using the SharpZipLib library, to add files to a .zip file, but each file is …
compression sharpziplibI need to compress a string to reduce the size of a web service response. I see the unit tests …
c# sharpziplibI am trying to unzip a tar.gz inside one zip but I can't It shows me an error “cannot …
c# tar sharpziplib gzipI have to create two folders inside of a zip file that I create programmatically using ICSharpCode.SharZipLib.Zip. I …
c# zip sharpziplib zipoutputstreamWith the SharpZip lib I can easily extract a file from a zip archive: FastZip fz = new FastZip(); string path = "…
c# sharpziplib