Groups | Blog | Home
all groups > dotnet compact framework > february 2006 >

dotnet compact framework : Dataset and web services


Katy
2/21/2006 12:00:00 AM
Hi:

Where can I find examples about to work efficiently to send datasets across
web services ?
My application must return too many rows and my mobile application works
very slowly.
How can I to make a binary serialization ?
As I was commenting in a previous post, I tried to use the Datasetsurrogate
class, but it don't works to me properly in compact framework,

Regards.

Ruslan Trifonov
2/21/2006 2:13:45 AM
The following resources may help you

http://www.flowgroup.fr/en/kb/technical/compressionhttp.aspx

http://www.eggheadcafe.com/articles/20040311.asp




Ruslan Trifonov
http://xman892.blogspot.com

[quoted text, click to view]

Ruslan Trifonov
2/21/2006 2:19:27 AM
here comes another one
http://www.businessanyplace.net/?p=wscompress

Ruslan Trifonov
http://xman892.blogspot.com

[quoted text, click to view]

Ruslan Trifonov
2/21/2006 3:32:27 AM
If you are still unsatisfied of the results you may try the following:

-serialize DataSet as Xml and then transfer it over the wire; you should
perform some measurment to see of this will help in your case;trasnferring
the DataSet schema could improve DataSet load time.






Ruslan Trifonov
http://xman892.blogspot.com

[quoted text, click to view]

AddThis Social Bookmark Button