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 |
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
What is LINQ?
What is Event Bubbling in .NET?
State the differences between the dispose() and finalize().
What is Ajax design pattern in .NET?
How will u load dynamic assembly? How will create assemblies at run time?
What is .NET Framework?
diff between forms authentication and windows authentication?
Explain the different types of proxy patterns?
What is portable executable (PE)?
What is a garbage collector?
What is immutability?