Search Wiki:

DotNetZip Examples

Need to create a zip file from within a .NET application?
Do you want to unzip a zip file from within a Windows Forms application? Create a zip file from within an ASP.NET page?
List the contents of a zip file from a Smart Device app? Modify a .docx file programmatically? Do you want to compress backups as part of a SQL Server Integration Services pipeline? Zip things from a powershell script? DotNetZip can help you do all of these things, and more.

DotNetZip is an open-source library that enables .NET applications to read and write ZIP files. Packaged as a single assembly (Ionic.Zip.dll), DotNetZip is a simple and easy way to include ZIP capability into your applications.

DotNetZip supports many ZIP features, including password-protected files, ZIP64 files, and zipfiles with entries that have Unicode filenames or comments. This page provides code examples for DotNetZip.

Find out more about DotNetZip on http://www.codeplex.com/DotNetZip.

Browse the Online reference doc http://cheeso.members.winisp.net/DotNetZipHelp.

Some example apps:
ASP.NET Example
DotNetZip1.png

WinForms Example (C#)
DotNetZip.jpg

WinForms Example (VB)
DotNetZip-VB.jpg

Console Applications
DotNetZip2.png

Pages

ASP.NET Example App
WinForms Example
Console Example
PowerShell Example
ASP.NET VirtualPathProvider
Windows Service in VB
Last edited Mar 7 at 9:21 AM  by Cheeso, version 12
Updating...
Page view tracker