Using Ado.net, what front ends and back ends can you use?
Answer Posted / reetesh kumar
Ado.net provide the interface connecting and communicating
the front end to back end and fetching the query.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Why is stored procedure used in ado.net?
What is ole data type?
What are the important features of ado.net 2.0?
What are dataproviders?
How can we load multiple tables in a dataset?
What is the difference between ado.net and oledb?
Define table relations?
How many major types of connection objects in ADO.NET?
What are different layers of ADO.Net?
Can you explain how to enable and disable connection pooling?
What are the steps to connect to a database?
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 connection pooling and what is the maximum pool size in ado.net connection string?
What is the difference between Optimistic and Pessimistic locking?
What is a datagridview?