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
What is data relation?
What are dataproviders?
What is dataset object? Explain the various objects in dataset.
What are the ado.net components?
Explain what are acid properties?
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 are the benefits of using ado.net?
Does entity framework use ado.net?
Why do we use sqldataadapter?
What is typed dataset ?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Explain how to create dynamic gridview?
What connected data?
What is ado full form?
Explain ado.net features?