ADO.NET - Why ADO.NET serialization is slower than ADO?
ADO.NET - Why ADO.NET serialization is slower than ADO?
It is very simple - ADO.NET uses text oriented serialization. ADO is using binary representation.
|
|
ADO.NET - Why ADO.NET serialization is slower than ADO?
It is very simple - ADO.NET uses text oriented serialization. ADO is using binary representation.
|