By tag: SharpZipLib
0
kicks
Compression in Silverlight 2 : porting SharpZipLib
Maximize the user's IsolatedStorage capacity in Silverlight applications. This article provides a way to use stream compression in Silverlight to shrink your storage payload, by porting ICSharpCode's SharpZipLib project into Silverlight 2 Beta 2.
0
kicks
Unzipping At Server Side : Installing Community Server
A small ASP.NET utility (with code) that extracts a zip file containing a CommunityServer installation folder structure and files . The article also illustrates subtle gotchas with unzipping folder structures in general and in particular using ASP.NET
0
kicks
Compressing and uncompressing ZIP files
A simple tutorial about how to compress and uncompress ZIP files using SharpZipLib.