What are the two fundamental objects in ADO.NET?
Answer Posted / bhavesh chhatrala
Datareader and Dataset are the two fundamental objects in
ADO.NET
| Is This Answer Correct ? | 53 Yes | 2 No |
Post New Answer View All Answers
What is data control techniques?
Why is it important to close an ado.net application?
What are the different methods available under the sqlcommand class to access the data?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
How to read data with the sqldatareader ?
Which method in OLEDBAdapter is used to populate dataset with records?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Define data adapter?
What is ado.net connection?
What is an orm, and why would you use one instead of plain old ado.net?
What is difference between executenonquery and executequery?
What is bubbled event?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Explain the difference in an abstract class and an interface?
What is the use of sqldatareader class?