That is a feature I will be missing a lot then. Another feature something similar would be great, even if you just have to fire SQL Queries by yourself.
Indeed the streaming/serializing is not an option at all and will cause way too much overhead.
Is it possible instead to send data to a page which results in some XML which then can be parsed?
More like: www.mywebsite.com/GetInfo.asxp?ID=1234 and that the page uses this ID and generates some elements which can then be readed by the Silverlight Application, like:
<info>
<name>
<first>Osore</first>
<last>Watashi</last>
</name>
<country>Netherlands</country>
<language>Dutch</region>
<region>Europe</region>
</info>
The parsing should not be any problem, as long as it is possible to get this data in some form back, like XML.
I thank you again in advance.