What are the two fundamental objects in ADO.NET?
Answer Posted / gourav jain
1) Data set
2) .Net data provider
comprises of (Connection object, Command object, Data
Reader, Data Adapter).
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
List the 4 common ado.net namespaces?
What is connection string?
How to perform sorting on a table in ADO.NET?
What is disconnected data?
What is the difference between executequery and executenonquery?
What is ole db and odbc?
What is datatable in ado.net?
What is a datareader object?
What is openquery?
What are the difference between readonly vs. Const?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Which method is used to sort the data in ADO.Net?
What is difference between ado.net and asp net?
How to identify the controls which can be used for binding data?
What is the difference between connected and disconnected environment?