Samir Bhogayta
Why is ADO.NET serialization slower than ADO ?
By Samir Bhogayta in ADO.NET on Sep 03 2015
  • Munesh Sharma
    May, 2016 3

    ADO use the binary format and ADO.Net use the xml formate

    • 0
  • Samir Bhogayta
    Sep, 2015 3

    ADO uses binary serialization while ADO.NET uses text based serialization. Since the text takes more space, it takes longer to write it out. Question:-Is XML is a component of ADO.NET ? Answer: The answer of this question is always Yes because XML is an important component of ADO.NET architecture .ADO.NET use XML to store and transfer data.We not have to convert data to XML format.Datasets helps XML to integrate with ADO.NET. XML schema plays a role to get table definition,column,datatypes and constraints helps DataSet.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS