Beware of the DataSet serialization

From a Visual Studio Magazine HotTip:

...the DataSet is serialized as XML, even when a binary formatter is used. As a result, the DataSet is approximately five times larger than the custom collection over the wire.

No Comments