Read original post at Fabien Lavocat's Blog
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.