What are the two fundamental objects in ADO.NET?
Answer Posted / manoj
two fundamental objects in ADO.NET
connected architecture (like Datareader)
and
disconnected architecture (like Dataset)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how to pass multiple tables in datasets simultaneously?
What are the Features of a dataset
What is difference between executequery and executeupdate?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Is it possible to load multiple tables in a Dataset?
How to check if a datareader is closed or opened? IsClosed()
What is maximum pool size in ado.net connection string?
What is an orm, and why would you use one instead of plain old ado.net?
Explain what are acid properties?
What is aggregating data ?
What is microsoft ado.net?
What is sqldatareader?
What do you mean by ‘batch updates’?
What are the advantages of oledb compared with other classes?
What are the namespaces used in ADO.Net to connect to a database?