Easy as Pie Unzip for C# and Asp.Net
Just thought I’d follow up with another yeah baby for this c# zip library! I used it to unzip uploaded, packaged html mini-sites to a published location on PerfectWeddingGuide.com. I have been using this system to create and publish html and found myself with a need to edit an existing, published set of files but I was on a different computer from the one that I created the files from. The same scenario would apply for someone editing someone else’s creation.
From the time I created my “GetPackagedAssets” action in my Monorail controller to the time I was downloading my first zip file from an existing production directory was approximately 15 minutes. Some of that credit goes to strong adherance to OO design which made all the intrinsics trivial (finding and generating paths, retrieving records, streaming the result, etc). However, this unzip library is fantastic!
Leave a Reply