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 the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
What are possible implementations of distributed applications in .NET?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
Explain the difference between asp.net & vb.net and explain architecture?
How many types of transactions are there in com + .net ?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
What is heap and what is stack?
Value type & data types difference. Example from .NET.
What is Application Domain?
Explain About GDI object ?
Is .net core installed?
Explain garbage collection?