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
Define isolation?
What is the difference between oledb sql server and oledbdotnet provider?
What are the parameters that control most of connection pooling behaviors?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Explain the difference between data reader and data adapter?
Describe the command object and its method.
What is ado.net architecture?
Some important instruction regarding ADO.NET connection string ?
How to generate a single aggregate?
Explain the difference in an abstract class and an interface?
What are two important objects of ADO.Net?
How can we perform transactions in .net?
What is DataReader Object?
Explain how to find the given query is optimised one or not?
What is ado and dao?