Answer Posted / sai
ADO.Net is works on disconnected architecture it is an
object oriented set of libraries that allows you to interact
with the data source.data retrieved will be through data set
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is the difference between ADO and ADO.Net?
How can we add/remove row's in "datatable" object of "dataset"?
What is a datagridview?
Is datareader faster than datatable?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What are all components of ADO.Net data provider?
What are advantages of microsoft-provided data provider classes in ado.net?
What is maximum pool size in ado.net connection string?
What is the difference between dataset and datatable?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What are the rules to implement connection pooling?
What is two way data binding android?
What are the parameters that control most of connection pooling behaviors?
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 is difference between datagridview and datagrid control in winforms?