What is the main difference between ADO and ADO.Net
Answer Posted / ramakrishna reddy
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible to edit data in Repeater control?
What are the different row versions available in table?
What is dataadapter in ado.net?
What are the advantages of ado.net?
What are the different methods available under the sqlcommand class to access the data?
Give an example that shows how to execute a stored procedure in ado.net?
Define partial class?
What is ado code?
Explain what are the steps to connect to a database?
Which parameter of ConnectionString is used to specify the name of the database?
What is sqlconnection and sqlcommand?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is dbcontext and dbset in entity framework?
Does sqlclient and oledb class share the same functionality?
Explain how to pass multiple tables in datasets simultaneously?