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
Explain how can I get around scope problems in a try/catch?
How Global.asax is used ?
How do I register my code for use by classic com clients?
What is multicast delegate explain with example?
What are partial types in c#?
What is list collection in c#?
What is an Interface in C#?
Is a structure a class?
What is meant by collections in c#?
What is concatenation and when should it be used?
What does this keyword mean in c#?
Explain about Error handling and how this is done
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
How a two-dimensional array declared in C#?
Which technology is best for desktop application?