Tagged Questions

0
votes
1answer
113 views

Type ‘System.Web.HttpInputStream’ cannot be serialized.

Hi. I have been trying to design a WCF file upload service and am getting the following error in my web application: Type 'System.Web.HttpInputStream' cannot be serialized. Consider marking …
1
vote
1answer
50 views

I have some performance related questions about Silverlight Enterprise app development.

I have some performance related questions about SL Enterprise app development. -We have 10.000 rows binding to an ItemsSource control. (A total of 100.000+ UIElements when databound) Q1.How to do …
1
vote
2answers
262 views

Can I get ORA-08177 if there’s only one connection to the database?

I've been tasked with running the unit tests on a storm backend for oracle so that we can see if the backend is of sufficient quality to use in production. One problem that I'm running into is that …
1
vote
4answers
258 views

Fastest serialize data format form PHP reading

I have a PHP frontend and a C++ backend, and I need to be able to send groups of names to the frontend. What serialized format would be the most efficient/fastest for the PHP to read? Example data …