WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / tejas mer
DataAdapter and DataSet are major parts of ADO.NET
DataReader is connected architecture and it's read-only, forward only type, so when you just want to display the data better to use it, it consumes less memory with compare to dataset as well.
DataSet is we can say in-memory representation of the data.
It's disconnected architecture.
Contains DataTables, which are further divided into Datarows and Datacolumns.
Also contains DataRelationships and Contraints...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is ado full form?
What is datasource in ado.net?
What is ado code?
Which is faster dataset or datareader?
Define table relations?
What is connection pooling and what is the maximum pool size in ado.net connection string?
How many major types of connection objects in ADO.NET?
Which object needs to be closed?
Which is faster ado.net or linq?
How to create dynamic gridview?
What is the difference between ado.net and entity framework?
What are the advantages of using datalist?
Why is ADO.NET serialization slower than ADO ?
Explain the advantage of ADO.Net?
Explain how to call the sql commands asynchronously in ado.net version 2.0?