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 var and dynamic types in c# 4.0?
What is the difference between properties and indexer in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is the execution entry point for a c# console application?
What is expression tree with example?
Can we inherit static class in c#?
What standard types does c# use?
Can a constructor be static in c#?
What are the desktop applications?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Why are strings in c# immutable?
How do I join one form to another in c#?
Why do we need ienumerable in c#?
What is static void main in c#?
What is an object pool in .net?