c# Programming Glossary: sharpziplib
recommend a library/API to unzip file in C# http://stackoverflow.com/questions/1023476/recommend-a-library-api-to-unzip-file-in-c-sharp question The LGPL http www.icsharpcode.net OpenSource SharpZipLib OR the less restrictive Ms PL http www.codeplex.com DotNetZip..
DllNotFoundException with HRESULT 0x8007007E when loading 64-bit dll http://stackoverflow.com/questions/10774250/dllnotfoundexception-with-hresult-0x8007007e-when-loading-64-bit-dll
Really simple short string compression http://stackoverflow.com/questions/1192732/really-simple-short-string-compression is quick to implement. I would like something simpler than SharpZipLib something that can be implemented with a couple of short methods...
How do I create 7-Zip archives with .NET? http://stackoverflow.com/questions/222030/how-do-i-create-7-zip-archives-with-net extracting from 7zip archives... I need to create them SharpZipLib According to their FAQ SharpZipLib doesn't support 7zip. c#.. I need to create them SharpZipLib According to their FAQ SharpZipLib doesn't support 7zip. c# .net compression 7zip share improve..
Sample C# .net code for zipping a file using 7zip http://stackoverflow.com/questions/3203701/sample-c-sharp-net-code-for-zipping-a-file-using-7zip this question Instead of using 7 zip I recommend using SharpZipLib which has code samples documentation written as 100 managed..
What is the best/easiest way to create ZIP archive in .NET? http://stackoverflow.com/questions/384955/what-is-the-best-easiest-way-to-create-zip-archive-in-net .net zip share improve this question I've always used SharpZipLib Forgot the why part Mainly because its been around for a long..
DeflateStream 4GB Limit in .NET http://stackoverflow.com/questions/505190/deflatestream-4gb-limit-in-net gzip share improve this question Take a look at SharpZipLib . Not sure if it's subject to the same limitation but worth..
Using System.IO.Packaging to generate a ZIP file http://stackoverflow.com/questions/6386113/using-system-io-packaging-to-generate-a-zip-file a ZIP file I know that the likes of the DotNetZip or SharpZipLib libraries are usually recommended for creating ZIP files in..
Zlib-compatible compression streams? http://stackoverflow.com/questions/70347/zlib-compatible-compression-streams
Unzip files programmatically in .net http://stackoverflow.com/questions/836736/unzip-files-programmatically-in-net c# unzip share improve this question We have used SharpZipLib successfully on many projects. I know it's a third party tool..
|