Answer Posted / shwetha
The 4 Types of Classes in Ado.Net are
* Sqlconnection
* SQlCommand
* SqlDataReader
* SqlDataAdaptor
Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is variable view?
Compare Data Reader & Dataset in ado.net?
What are the essential features of ado.net?
What is ambient transaction?
Explain the dataadapter class in ado.net?
What is defaultview in datatable?
What are the 3 major types of connection objects in ado.net?
What you mean by filtering of data?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What DataReader class do in ADO.NET ?
What is aggregating data ?
What is ado object model?
how can implement dropdownlist in particular of dataset when try to update?
What are the steps you will take to improve performance? Will you use dataset or datareader?