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 difference between sqldatareader and sqldataadapter?
What are the parameters that control most of connection pooling behaviours?
What are typed and untyped dataset?
What is the difference between Dataset. clone and Dataset.copy?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is ado connection?
What are the disadvantages of using datalist?
describe the dataset object in ado.net.
Why edit is not possible in repeater?
Which keyword is used to accept variable number of parameters?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What providers does Ado.net uses?
How would you connect to database using .NET?
How is entity framework different from ado.net?