How can you clean up objects holding resources from within
the code?
Answer Posted / kishore anumala
To clean up objects holding resources is to make use of
Dispose Method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can I fly with a loop recorder?
What is action in c# 3.5?
What is the purpose of a namespace?
What is iqueryable in linq?
State the top.NET class that everything is derived from?
What is interface inheritance?
What is new method in c#?
Are arraylist faster or arrays?
What is ioc containers c#?
What is the extension of c# file?
What are the string functions in c#?
Explain the difference between abstract class and interface.
Explain the different ways a method can be overloaded?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
Explain how to add controls dynamically to the form using c#.net.