How can you clean up objects holding resources from within
the code?
Answers were Sorted based on User's Feedback
Answer / raju jaiwardhan
you would need to use a constraint to mandate types
implementing the IDisposable interface to call the Dispose
method.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Ajax? How it is related to your project?
Describe the compilation process for .net code?
Explain the difference between task and thread in .net?
What is RPC? What is the use of it?
what is GAC?
What is meant by localization?
What are the collections you've used?
What method do you use to explicitly kill a users session? How?
Explain what is the difference between a class and an object?
What is iis? Have you used it?
Explain what is an anonymous method and how is it different from a lambda expression?
What is a DLL?