What provider ADO.net use by default ?
Post New Answer View All Answers
Which is faster entity framework or ado.net?
What does adodb stand for?
What are basic methods of dataadapter?
What is the use of adodc?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are two important objects of ADO.Net?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What does executenonquery () method return?
Which method is used by command class to execute SQL statements that return single value?
What you mean by filtering of data?
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?
What is sqldatareader?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What does sqldatareader return?
What is the meaning of object pooling?