What provider ADO.net use by default ?
Answer Posted / sekar
sql provider
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are basic methods of dataadapter?
Explain all the classes those are used for database connections between sql server and asp.net?
Which database is the ado.net sql connection object designed for?
Does dapper use ado.net?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is an orm, and why would you use one instead of plain old ado.net?
Which is faster datareader or dataadapter?
Is it possible to load multiple tables in a Dataset?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the executescalar method?
How can we load multiple tables in a dataset?
Is entity framework better than ado.net?
What are the parameters that control most of connection pooling behaviours?
Define data access layer?