NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Sharing data between tiers or components

Transmitting an ADO+ data set between tiers or components is easier than transmitting an ADO disconnected record set among them.

To transmit an ADO disconnected record set from one component to another, you use COM marshalling. To transmit an ADO data set, you simply transmit an XML file.

The transmission of XML files offers the following advantages over COM marshalling: