Answer Posted / vikas kumar jha
In ADO.NET we can retrive data from the database in two
ways that is "Connected Architecture" and the other one
is "Disconnected Architecture".
DataSet supports disconnected architecture
approach in which the data/table from the database is
populated by the DataAdapter (using Fill() method) in .xml
format so thats why it is also called as InMemory DataBase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to find the given query is optimised one or not?
Can you explain how to enable and disable connection pooling?
Explain ado.net features? Benefits? Drawbacks?
What does sqldatareader return?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What are the difference between readonly vs. Const?
What are the drawbacks of using ado.net?
What are datareaders?
What is ado in agriculture?
How is entity framework different from ado.net?
What is untyped dataset?
What is ado and dao?
Define table relations?
What are the namespaces used in ADO.Net to connect to a database?
Which is faster dataset or datareader?