Name which operations can you not perform on an ado.net dataset?
What are the advantage of ado.net?
What are good ado.net object to replace to ado recordset object.
What is bubbled event can you please explain?
If we are not returning any records from the database, which method is to be used?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is the executescalar method?
Explain the role of data provider in ado.net?
What is isolation?
What are the different row versions available in table?
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?
How do you connect to sql server database without using sqlclient?
What are the steps to connect to a database?
What is connection string?
How can I retrieve two tables of data at a time by using data reader?