How can you clean up objects holding resources from within
the code?
Answer Posted / 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 |
Post New Answer View All Answers
Describe the compilation process for .net code?
What are the new 2.0 features useful for?
What is difference between .net and .net core?
The project which you have made, which methodology did you use?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
what is machine key error in .NET how can we solve it?
What data providers available in .net to connect to database?
Explain what inheritance is, and why it's important?
Explain the different types of proxy patterns?
What is Ajax design pattern in .NET?
What is iis? Have you used it?
What is the root class in .net?
Explain what is an application domain?
Explain what is an anonymous method and how is it different from a lambda expression?
What is different between webusercontrol and in webcustomcontrol?