What providers does Ado.net uses?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the major difference between classic ADO and ADO.NET?
How would you connect to a database by using .NET?
What are the various methods provided by the DataSet object to generate XML?
How to load multiple tables into a dataset?
Which parameter of ConnectionString is used to specify the name of the database?
What are the parameters that control most of connection pooling behaviors?
What is Data Provider?
What is the difference between OLEDB Provider and SqlClient?
What is the meaning of object pooling?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is the difference between Dataset. clone and Dataset.copy?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?