-
The data portal configuration information is on the data portal page in the FAQ: http://www.lhotka.net/cslanet/faq/DataPortalFaq.ashx I also walk through implementing compression in the Silverlight video series and in the Using CSLA 4: Data Portal Configuration book.
-
I am working on improving the performance of our web hosted silverlight application. This is the application written in CSLA.NET for Silverlight. End user will access the website through internet, so we are trying to reduce the size of the message transferring between Silverlight client and Web Site...
-
I'm not sure how its licensing compares but have a look at DotNetZip library We were a bit frustrated with SharpZipLib (assembly size for download to the Silverlight client, and incompatibility with .NET compression, and a few others). After some looking around found DotNetZip library - we adapted...