Error!
Success!

By tag: Compression

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

Compress / Gzip files in .Net 2.0 using C# (System.IO.Compression)  (Unpublished)

Zip multiples files in folder using Asp.net 2.0 C# System.IO.Compression class progammatically


Kicked By:
Drop Kicked By:
0
kicks

Frictionless data persistence in Silverlight 2  (Unpublished)

This article will show you how to work with plain objects in Silverlight code, and use attributes to have those values automatically persisted in IsolatedStorage, or a compressed version of IsolatedStorage. You can also use this approach to define your own targets, all without writing any plumbing c...


Kicked By:
Drop Kicked By:
0
kicks

Compression in Silverlight 2 : porting SharpZipLib  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

More on GZip compression with ASP.NET Content  (Unpublished)

If you have a hosted site, sometimes you cannot change settings on the IIS server. This article shows you how to enable GZip compression directly within ASP, bypassing the server settings. I used this code on my site and it works great.


Kicked By:
Drop Kicked By:
0
kicks

System.IO.Compression.DeflateStream - Gotcha  (Unpublished)

This article explains a common pitfall in DeflateStream and hos this can be solved - a must read for anyone who is using this class.


Kicked By:
Drop Kicked By:
0
kicks

Compress your pages, css, js and WebResources.axd files for better per  (Unpublished)

Compress your pages, css, js and WebResources.axd files for better performance in ASP.NET


Kicked By:
Drop Kicked By:
0
kicks

I'm all Zipped Up  (Unpublished)

Decrease your website's bandwidth requirements by turning on HTTP Compression on your IIS 6.0 web server.


Kicked By:
Drop Kicked By:
0
kicks

Compress strings in C#  (Unpublished)

Compress the strings using a GZipStream and then decompress them later when needed.


Kicked By:
Drop Kicked By:
0
kicks

Compressed HTML makes your pages zippy  (Unpublished)

For a just a few lines of code in your .htaccess file file you can shave off at least 50% of your non-binary bandwidth usage and make your pages load substantially and noticeably faster, all without changing a single line in any of your pages. It's crazy, but it's true!


Kicked By:
Drop Kicked By:
0
kicks

Compression and performance - GZip vs. Deflate  (Unpublished)

First I tested the GZipStream and then the DeflateStream. I expected a minor difference because the two compression methods are different, but the result astonished me. I measured the DeflateStream to 41% faster than GZip.


Kicked By:
Drop Kicked By:
0
kicks

HTTP compression in ASP.NET 2.0  (Unpublished)

The new System.IO.Compression namespace in .NET 2.0 makes it easy to implement HTTP compression without having to touch IIS. The best thing about it is that you no longer need any third party compression components, it’s all build directly into .NET Framework.


Kicked By:
Drop Kicked By: