What are the two fundamental objects in ADO.NET?
Answer Posted / sonal
DATA PROVIDER(comprises of connection, command, data reader and data adapter)-> CONNECTED Architecture
DATA SET-> DISCONNECTED Architecture
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Explain why edit is not possible in repeater?
How to pass values into a datatable?
What are the steps to connect to a database?
How do you update a dataset in ado.net?
What is aggregate root?
Difference between sqlcommand and sqlcommandbuilder?
Define Execute Reader?
What are the objects of ado.net?
What is connected architecture in ado.net?
Explain the difference in record set and dataset?
How would you connect to database using .NET?
What are the parameters that control most of connection pooling behaviours?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the usages of the command object in ado.net?