What is Dispose method in .NET ?
Answer Posted / praveen kumar
Dispose method is used to free used resources when
it no longer in use. Programmers should keep in mind at
the time of codeing for best memory management.
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
Differentiate between copy and default constructor.
What is datatable in c#?
What are the characteristics of c#?
What is an interface class in c#?
How Reflection is used and what it's significance ?
Does c# replace c++?
How is lazy loading achieved?
what are nullable types in c#
What is instantiating a class in c#?
Can we have static indexer in c#?
How to achieve polymorphism in c#?
What is difference between class and abstract class in c#?
Why do we use polymorphism in c#?
Explain how can you clean up objects holding resources from within the code?
What is a nested type. Give an example?