WindowsPhoneGeek

WPAppInfo

Login | Join (Why?)

rss rss rss
logo

How to use GZip compression for Windows Phone 7

1/25/2012

source: fabienlavocat.com

wp_logo

A smooth and fast user experience is definitely the main argument for a mobile application. With Silverlight as main technology of UX development for Windows Phone, it's easier to make an application smooth and fast, but sometimes when your application has to retrieve a big amount of data that you can't avoid, even few KB in less for each request to the server is a better experience for the user. Web browsers use for a long time the GZip technology to compress the data transferred between the client and the server. The native WebClient does not support this feature. But you can use the GZipWebClient created by Morten Nielsen in order to enable it. Jeff Wilcox talks about this package on his blog.

How to install the package?

The package SharpGIS.GZipWebClient is available via NuGet. Just right click on your project, then Manage NuGet Packages. and search for SharpGIS.GZipWebClient.

...Read more

You can also follow us on Twitter @winphonegeek

Comments

Add comment to 'How to use GZip compression for Windows Phone 7'

Comment

New! WindowsPhoneGeek Component Marketplace

Our Top Articles & Free books

Our Top Tips & Samples