Serialize/Deserialize Large DataSet
问题 I have a reporting tool that sends query requests to a server. After the query is done by the server the result is sent back to the requesting reporting tool. The communication is done using WCF. The queried data, stored in a DataSet object, is very large and is usually round about 100mb big. To fasten the transmission I serialize (BinaryFormatter) and compress the DataSet.The transmitted object between the server and reporting tool is a byte array. However after a few requests the reporting