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 yield keyword?
Explain how many types of exception handlers are there in .net?
What is sqldataadapter in c#?
Can an abstract class inherit from another abstract class c#?
Are c# references the same as c++ references?
Why is hashset faster?
How do you comment in c#?
What exactly happens when we debug and build the program?
Can a loop recorder detect a heart attack?
What is use of private class in c#?
What is a class in unity?
Explain manifest & metadata in c#.
Is c# good for web development?
How can i Spawn a Thread
Why singleton is sealed?