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 c# easier than javascript?
What are immutable types in c#?
Difference between Value type & reference types ? and give the example in .Net?
What is class and object c#?
Why do we need indexers in c#?
Why do we write system in c#?
What is dynamic object in c#?
What is datatable and dataset in c#?
What is a function c#?
Why data types are important?
Why do canadians say zed?
What is extension method in c sharp?
Which types of inheritances does c# support?
What is default class in c#?
How can you reference current thread of the method ?