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 |
Why MVC programming model preferred?
What?s different about a Windows service as compared to a regular application?
How is .net able to support a lot of languages?
Difference between VB.NET and C#. Which is faster ?
Can you explain what do you understand about web service?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Explain cas (code access security)?
Differences between datagrid, datalist and repeater in .net?
What is multiThreading in .NET?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
What are the collections you've used?