InventoryDemo - Do we need SharpZipLib for client compression?

InventoryDemo - Do we need SharpZipLib for client compression?

Old forum URL: forums.lhotka.net/forums/t/6853.aspx


davido posted on Sunday, April 26, 2009

Do we need SharpZipLib for compression?

Can't SL2 "unzip" a .xap file already?

I picked this up from the link below:

http://www.sharpgis.net/post/2009/04/21/REALLY-small-unzip-utility-for-Silverlight.aspx

I was wondering if this could be used in place of SharpZipLib for the SL side of the inventory demo?

sergeyb replied on Sunday, April 26, 2009

SharpZip lib is used to compress communication stream between client and the server, not the app.  You can use any library you want as long as compression is compatible between client (SL) and server (.NET).  SharpZip is, so you can compress communication on the .NET side and decompress on Silverlight side (and vice-versa).  As long as you can achieve this with a different product, you can switch out the compression libraries.

 

Sergey Barskiy

Principal Consultant

office: 678.405.0687 | mobile: 404.388.1899

cid:_2_0648EA840648E85C001BBCB886257279
Microsoft Worldwide Partner of the Year | Custom Development Solutions, Technical Innovation

 

From: davido [mailto:cslanet@lhotka.net]
Sent: Sunday, April 26, 2009 6:08 AM
To: Sergey Barskiy
Subject: [CSLA .NET] InventoryDemo - Do we need SharpZipLib for client compression?

 

Do we need SharpZipLib for compression?

Can't SL2 "unzip" a .xap file already?

I picked this up from the link below:

http://www.sharpgis.net/post/2009/04/21/REALLY-small-unzip-utility-for-Silverlight.aspx

I was wondering if this could be used in place of SharpZipLib for the SL side of the inventory demo?



Copyright (c) Marimer LLC