Comparing the Compact DataSet with the Desktop DataSet

The DataSet offering for the .NET Compact Framework has some notable omissions compared with the DataSet in the desktop .NET Framework. Specifically, developers are likely to notice these differences:

  • The Compact Framework DataSet has no ability to serialize itself to anything other than XML. That is, it does not implement the ISerializable interface in a way that does anything useful. In a related point, the DataSet is the only object in the .NET Compact Framework capable of serializing itself in any way.

  • The Clone() method is present, but using it on large DataSets can cause performance problems.

  • Many overloads for supported methods have been cut.

  • The .NET Compact Framework is capable of reading ...

Get Microsoft® .NET Compact Framework Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.