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
how encapsulation is implemented in c#
What does console mean c#?
What is dependency in software?
What I can do with c#?
What is the purpose of a constructor in c#?
Explanation on Generic?
What are the Types of JIT and what is econo-JIT
What is the data provider name to connect to access database?
What is the main purpose of xml?
Can we declare class as protected?
What is the advantage of singleton class?
What do you mean by parsing and how to parse a date time string in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
Can an int be negative c#?
What is gui in c#?