How to make sure custom class supports deterministic
finalization?
Answer Posted / sandeep negi
By implementing IDisposable interface! Try to use 'using'
block so that after executing this block its dispose method
will be called automaticaly.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is verbatim string literal in c#?
Define c# delegate?
What is linq c#?
Can we override main method in c#?
What is the usage of OLE?
Define boxing and unboxing in c#?
What is session state in asp net c# with example?
Is namespace a class?
What is difference between association, aggregation and inheritance relationships?
What does it mean?
Why do we still see so much non-oo code written in c# today?
What is assembly version series sequence?
What is xml comments in c#?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
Is c# different than c++?