What is main five diffrent between Connected And
Disconnected environment
Answer Posted / chowdary
Data Reader:-
Data Reader is a read only and forward only data
You can access one table at a time.
Data reader cant persist the data.
Data Reader is connected architecture.
Data Reader is faster than Data Adapter
Data Reader is faster than dataset operation
Data Set:
Data Set is disconnected architecture.
Data Set is persist the data.
You can access more than one table
Data Set is main for storage tool in ADO.Net
| Is This Answer Correct ? | 70 Yes | 20 No |
Post New Answer View All Answers
What is an example of ordinal data?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is the default provider in ado.net?
Which is the feature of ado.net?
Define partial class?
What is a dataview?
Explain how to pass multiple tables in datasets simultaneously?
Define atomicity?
Explain the difference between data reader and data adapter?
Can you explain how to enable and disable connection pooling?
What is a control toolbox?
Which name space is used to get assembly details?
What is data view and variable view?
Explain the two fundamental objects in ado.net?