我们已经听过太多应该是用 Dataset还是应该使用自定义Class作为container的争论了.
很多Anti-Dataseter 对于.Net 1.1 下面dataset蹩脚的xml序列化方式很是不屑. 不可否认, xml序列化的确是dataset的一大缺陷. 但是Microsoft已经意识到了这个问题, 在即将推出的.Net 2.0中,他们为dataset提供了真正的binary序列化方式.
那么, 改进后的binary dataset性能到底如何呢? 在2.0时代, 什么样的container才是我们正确的选择呢?
本文通过实际的测试结果告诉您 :)
请点击阅读全文.
打印 | 张贴于 2005-09-01 21:13:00 | Tag:暂无标签
留言反馈
Many guys (include myself) think dataset is not pure OO solution, but i just wanna find out how the binary serialization dataset better than the old xml style dataset.
Anyway, i prefer to use custom class all the time. :)