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
Explain the difference between const and static read-only?
List some of the common data providers for ado.net framework?
What the different phase/steps of acquiring a proxy object in webservice?
What is jagged array in c#?
What is the difference between an application domain and a process?
Why is it not a good idea to use empty destructors?
What is string in c# net?
What is global asax in c#?
What is expandoobject in c#?
Which is faster iqueryable or ienumerable?
what is IDisposal interface,IComparable,IEquatable,IFormatable
Is string nullable in c#?
How to reduce image resolution in C#?
What does void mean unity?
What is difference between event and delegate in c#?