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 thread safe in c#?
What is c# commonly used for?
How to add controls dynamically to the form using c#.net.
What is command object in c#?
What is callback in c#?
What is view state c#?
Is datetime nullable c#?
What is gac? What are the steps to create an assembly and add it to the gac?
What does xpath return?
What is concrete class in c# with example?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is access modifier in c#?
Explain about Error handling and how this is done
What is int64 in c#?
Is ram a heap?