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 are the 3 major types of connection objects in ado.net?
Which namespaces are used for data access?
What is difference between executequery and executeupdate?
Explain the difference in record set and dataset?
Explain the architecture of ado.net?
Explain ado.net features? Benefits? Drawbacks?
What is the difference between Command and CommandBuilder object?
Explain advantages of ado.net?
What is the full form of ado.net?
Explian About DataAdapters
What is dbcontext and dbset in entity framework?
How to add a check box or a dropdown list to a column in a datagrid?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Explain the difference in an abstract class and an interface?
What is sql connection in ado.net?