What is Dispose method in .NET ?
Answer Posted / nitin kumar tomar
Dispose method is used to release unmanaged resources when
unmanaged resources are no longer in use and referenced and
is manually called by the programmer
| Is This Answer Correct ? | 54 Yes | 12 No |
Post New Answer View All Answers
Explain the difference between proc. Sent by val and by sub?
how can one use hcl and c sharp together?
What is func delegate in c#?
Does c# do array bounds checking?
Is int an object in c#?
What is the difference between Singleton design pattern and Factory design pattern?
What is the relation between classes and objects?
What is an assembly in .net?
What is attribute c#?
What are the different types of literals in c#?
What is datatable in c#?
Explain what is copy constructor?
What does mean before a string in c#?
Can abstract class have constructor c#?
What is a multicast delegate in c#?