What we do with the object of ado.net dataset after using
it?Can we dispose it or can we set it nothing?Is it must or
not?
Answer Posted / chetan nandwana
This is not must as .Net have its own garbage collector.
but if you feel you have no need of this dataset anymore or
you wanna create it again next time them Better use Dispose
method of this as it Implements IDisposable interface
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is ado.net explain with diagram?
What is the difference in record set and dataset?
What is sql command in ado net?
How is it possible to get 2 tables of data at a time by using data reader?
What is an example of ordinal data?
How can we perform transactions in .net?
Explain the two fundamental objects in ado.net?
What is bubbled event?
What is read only and forward only in ado.net?
How to check if the Dataset has records ?
What is the maximum pool size in ado.net connection string?
Give few examples of datareader that is used in different dataproviders.
What are the important features of ado.net 2.0?
Explain the difference in an abstract class and an interface?
What is the difference between the clone() and copy() methods of the dataset class?