Are you using compression? You really must use compression.
The XML generated by the DataContractSerializer gets very large very fast, but it compresses very effectively (XML is so terribly verbose, but it is repetative, so compression is effective).
RockfordLhotka:Are you using compression? You really must use compression.
The XML generated by the DataContractSerializer gets very large very fast, but it compresses very effectively (XML is so terribly verbose, but it is repetative, so compression is effective).
No. Any guidance on how to "turn it on"?
Do you have the CSLA .NET for
Silverlight video series? I walk through setting this up in some detail in
the videos.
You can also look at the InventoryDemo sample to see how it is
set up there, and there’s an article in the FAQ
http://www.lhotka.net/cslanet/faq/SilverlightDataPortalCompression.ashx
Rocky
RockfordLhotka:Do you have the CSLA .NET for Silverlight video series?
Man, if I could squeeze $300 out of them (well $500 anyway), I wouldn't be developing on a P4 with 2GB ram.
I'll take a look at the examples though.
Elton
Compression seems to have healed it, although some sort of paging mechanism is probably desirable in the long run.
Any thoughts on this one?
http://forums.lhotka.net/forums/thread/34817.aspx
Copyright (c) Marimer LLC