Stories recently tagged with 'SharpZipLib'

Compression in Silverlight 2 : porting SharpZipLib(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 11 months ago

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. read more...

add a comment |category: |Views: 373

tags: another

Unzipping At Server Side : Installing Community Server(thinkersroom.com)

submitted by GandalfGandalf(465) 5 years, 2 months ago

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 read more...

add a comment |category: |Views: 9

tags: another

Compressing and uncompressing ZIP files(codecruncher.blogsome.com)

submitted by CarlosMPerezCarlosMPerez(160) 5 years, 4 months ago

A simple tutorial about how to compress and uncompress ZIP files using SharpZipLib. read more...

add a comment |category: |Views: 339

tags: another