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
What is access modifier in c#?
What are verbatim strings in c#?
What is the difference between list and array in c#?
What is generic delegate in c#?
Is c# code is managed or unmanaged code?
Is a games console a computer?
Is type nullable c#?
How do you use nullable?
What are c# i/o classes?
What is stringreader in c#?
What's different between c# and c/c++?
what are the Disadvantages of vb
What are the differences between value types and reference types?
Define xslt.
What's your approach to fetch static data in your windows form application?