How can you clean up objects holding resources from within
the code?
Answer Posted / ramesh
We can clean up object holding resources by using dispose()
method. Example
DataSet DS=new DataSet()
DS.Dispose()
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is using directive in c#?
What is stringreader in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the full form of GAC? Explain its uses?
Can the nested class access, the containing class. Give an example?
How will you deploy the dll file in gac?
Is it possible to inline assembly or il in c# code?
What is the property of class?
How do I run managed code in a process?
What is yield c#?
What does public mean in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What are c# collections?
What is an assembly in .net?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??