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
Is java better than c sharp?
What are access modifiers in c#?
Explain constructor in c#?
What’s thread.sleep() in threading ?
What is the correct way of declaring an xml namespace?
What are controls in c#?
What are the different approaches of passing parameters to a method?
What is addressof operator?
How do I do implement a trace?
What are handlers in c#?
Explain inheritance in c#?
What is default value of decimal c#?
What is strongly typed in c#?
Can you instantiate an abstract class c#?
What is yield break in c#?