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 the meaning of object pooling?
What are the key features of ado.net?
Can we load multiple tables in a dataset?
What are the Features and disadvantages of dataset
What is disconnected architecture in ado.net?
What are the data providers used in ado.net
What are the different ado.net namespaces?
What does executereader return?
What are the several execute methods of ado.net?
Define atomicity?
describe the dataset object in ado.net.
What is the usage of the dataset object in ado.net?
What is the use of sqldatareader class?
Explain how do you connect to sql server database without using sqlclient?
How to Read, Add, Update and Delete record in Entity Framework ?