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 loosely coupled solution in.net?
How to debug failed assembly binds?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
Where does the gac exist ?
How to spawn a thread?
What are the differences between an interface and an abstract class in .net?
What is 3 tier architecture?
Why DLL files are needed. & how They are Created in DOTNET?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is .net standard?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
How is .net core cross platform?