Using Ado.net, what front ends and back ends can you use?
Answer Posted / sudha
ADO.NET front end we collect the data from a database and
provide the datasource to the datagridview which populates
the data, by using connection object - which provides the
connection,DataAdapter/command objects - quires for the data
and returns the results to the dataset if working in
disconnected environment else returns to the datareader.
Ado.Net backend refers to what kind of database we are using
like OLEDB,ODBC,SQL sever,orcle etc.. to know what data
provider we should use.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How can I retrieve two tables of data at a time by using data reader?
What is a string variable?
What is two way data binding android?
What is execute scalar in ado.net?
What is disconnected architecture in ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What are the steps you will take to improve performance?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain the advantage of ADO.Net?
describe the dataset object in ado.net.
What is difference between executequery and executeupdate?
How can we save all data from dataset?
Explain ado.net features?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Which architecture does Datasets follow?