Questions dealing with the DotNetZip open-source zip library for .NET
As I am pretty new to Visual Studio, this question may sound kinda dumb: How do I install DotNetZip library? …
dll visual-studio-2012 installation dotnetzipI m currently using Ionic zip library. I was curious if there s a faster one than this? As long …
c# .net compression zip dotnetzipI am creating zip using dotnetzip library. But I don't know how to check if a file exists in the …
c# compression dotnetzipI can successfully extract files from a zip folder into a folder, but I am not quite sure how to …
c# dotnetzipHow can I create a Web API controller that generates and returns a compressed zip file streamed from a collection …
c# .net asp.net-web-api dotnetzipI am new to c#.net using Visual studio 2010 Express. I have got an assignment to create a zip file …
c# dotnetzipI've got a weird file that when zipped with DotNetZip creates an 'ununzipable' archive. When I try to unzip it …
c# dotnetzipI'm trying to zip up log using DotNetZip and powershell. The files are in C:\user\temp\logs When I …
powershell dotnetzipI'm creating split archives using the following code: string filename = "FileName.pdf"; using (ZipFile zip = new ZipFile()) { zip.UseZip64WhenSaving = …
c# dotnetzipUsing DotNetZip, is it possible to compress a file such that the zip lists a different file name for a …
c# .net-4.0 dotnetzip