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
What Is The Difference Between The System.array.copyto() And System.array.clone()?
How can I process command-line arguments?
State two different types of access modifiers.
How do you convert byte array to hexadecimal string, and vice versa?
Tell me the difference between call by value and call by reference.
How do I unload an assembly?
Is nullable type c#?
What does protected internal access modifier mean?
What is final keyword in c#?
What is lazy t?
What is .net c#?
What is append in c#?
What is the difference between const and static read-only?
the c# keyword .int. Maps to which .net type?
What is the difference between struct and class c#?