What provider ADO.net use by default?
Answer Posted / praveen
sqlclient
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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 are the disadvantages of using datalist?
How can we perform transactions in .net?
What is Serialization in .NET? what are the types of Serialization?
Explain the difference in record set and dataset?
What are the Features and disadvantages of dataset
How to work with disconnected data - the dataset and sqldataadapter?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Which is faster ado.net or linq?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the difference between the clone() and copy() methods of the dataset class?
What are all the commands used with Data Adapter?
How to creating a SqlCommand Object?
What are the usages of the command object in ado.net?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.