Using DotNetZip Library to Compress Data in ASP.Net [Technical Blog]
Posted: 24 Nov 2011
Updated: 24 Nov 2011
Views: 10,163
Rating: 4.50/5
Votes: 2
Popularity: 1.51
Licence: The Code Project Open License (CPOL)
Bookmarked: 3
Downloaded: 0
I recently worked on a project that involved creating encrypted Zip files. Data is captured on a web form and then written to a text file.At first, the task sounded complex. However, if you are aware of the DotNetZip library existence, your task just got easier.You can download the DotNetZip library