Questions dealing with the DotNetZip open-source zip library for .NET
When using DotNetZip, is it possible to get what the final zip file size will be before calling Save(stream)? …
c# dotnetzipI've searched around for examples, but can't seem to find a DotNetZip scenario that involves extracting a certain folder. I'm …
c# linq dotnetzipI'll try to create an zip file with the DotNetZip-Libary with 106 Images (675MB) with the following code: Public Function GetZip() …
vb.net memorystream dotnetzipI'm trying to download and extract a zip file in C#, specifically DotNetZip. When I run this code... HttpWebRequest webRequest = (…
c# zip dotnetzip