Optimal way of passing Datasets across layers

  • Thread starter Thread starter SPG
  • Start date Start date
S

SPG

Hi,

I am relatively new to C#, coming from a JAVA background.
We have a webservice that is passing out a dataset to subscribers. We are
finding it is quite costly in time and memory to do this (I think we are
using the default serialization methods, using XML..??..)

There has got to be a more efficient way to pass this information around. We
have a schema that we know on both server and client. Could we pass arrays
of 'itemarrays' around instead?

Interested in hearing your thoughts,

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top