What provider ADO.net use by default?
Answer Posted / balu
ADO.Net have no dafault Provider..We have to include
externally like "using System.Data.SqlClient"
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to pass values into a datatable?
What is ado.net object model?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Why is ADO.NET serialization slower than ADO ?
Explain the difference between an ado.net dataset and an ado recordset?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Explian About DataAdapters
What are the different layers of ado.net?
Give few examples of datareader that is used in different dataproviders.
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?
Which name space is used to get assembly details?
What are the major difference between classic ADO and ADO.NET?
Define isolation?
How does entity framework work?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....