What is the usage of the dataset object in ado.net?
What is meant by executenonquery?
What is the difference between linq and ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is method to get XML and schema from Dataset?
What is the difference between sqlcommand and sqldataadapter?
What does ado stand for?
What is sequence of code in retrieving data from database ?
3 Answers Accenture, BirlaSoft,
Describe ado.net object model in detail.
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
Explain the namespaces in which .net has the data functionality class.
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What are the ado.net components?