Answer Posted / mithun
ADO.NET provides access to data sources such as SQL. The application can use ado.net to connect to data sources to retrieve, manipulate and update data.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Explain the difference in an abstract class and an interface?
What is data view and variable view?
What are the drawbacks of using ado.net?
Is ado.net an orm?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the difference between OLEDB Provider and SqlClient?
What is commandbuilder in ado.net?
What is the significance of CommandBehavior.CloseConnection ?
What is sqldatareader in ado.net?
What are the different methods by which we can populate a dataset?
Explain the role of data provider in ado.net?
Do we use stored procedure in ADO.Net?
What is datatable in ado.net?
Why is stored procedure used in ado.net?
Explain what are acid properties?