Error!
Success!

By tag: zip

showing:  of
0
kicks

REALLY small unzip utility for Silverlight  (Unpublished)

There are quite a few libraries out there that adds zip decompression/compression to Silverlight. However, common to them all is that they add significantly to the size of the resulting .xap. It turns out that Silverlight 2.0 already has zip decompression built-in. It uses this to uncompress the .xa...


Kicked By:
Drop Kicked By:
0
kicks

Downloading and Extracting Silverlight Resources at Runtime  (Unpublished)

One nice feature of Silverlight is the ability to load resources from the server at runtime. For example, suppose your application needs to display text in a specific font. Ideally, your code would call out to the server (using WebClient) to pull these resources only as they become necessary. The...


Kicked By:
Drop Kicked By:
0
kicks

Creating Zip Archives In .Net Without An External Library  (Unpublished)

Jon Galloway offers his advice on creating your own zip library. SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging.


Kicked By:
Drop Kicked By:
0
kicks

Excel 2007 Files Are WinZip/WinRAR Files In Disguise  (Unpublished)

Did you know that Excel 2007 files are zipped up? Rename the xlsx extension to zip or rar and open it up in WinRAR or WinZip


Kicked By:
Drop Kicked By:
0
kicks

Compressing and uncompressing ZIP files  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Write dataset contents directly to zip file  (Unpublished)

This article shows how to write the contents of a dataset (Dataset.WriteXML) directly into a zip file, without creating any temporary file first.


Kicked By:
Drop Kicked By: