What is the main difference between ADO and ADO.Net
Answer Posted / hhh
ADO- Connection-Oriented Architecture
Use Record Set
Communicate in Binary mode
Ado.net Dis-connected architecture
Use DataSet,Adapter
Parse Data in XML mode
Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
What is linq and entity framework?
What are the Features and disadvantages of dataset
What is the full form of ado.net?
What is difference between Dataview and Datatable?
Explain ado.net features?
What is a dataview?
What is isolation?
How to create data relations?
How to work with disconnected data - the dataset and sqldataadapter?
What is read only and forward only in ado.net?
How is entity framework different from ado.net?
How to add an aggregate column?
What is meant by executenonquery?
Does ado.net use odbc?
Describe datareader object of ado.net with example.