Binary Serialization of DataSets in .NET 2.0

Share on:

Post molto interessante... leggetelo tutto...

Last week I mentioned that I would post some test results on the different options we now have with serializing DataSets; Binary (new in 2.0), XML, and custom serialization surrogate. First, let me direct your attention to an updated surrogate class that I used in the test that can handle the new DateTime mode property on columns.

Continua alla fonte:ย Binary Serialization of DataSets in.NET 2.0

Post originale