How to make sure custom class supports deterministic
finalization?
Answer / 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 |
What is the full form of GAC? Explain its uses?
Explain about CTS?
What is gridview c#?
Explain the constructor in c#.
Do extension methods have to be static?
What is attribute c#?
What is the usage of transponders?
Explain types of comment in c# with examples
Is an array an object c#?
What are the generation of Garbage Collection in C# .NET ?
If a method's return type is void, can you use a return keyword in the method?
Which attribute is used in order that the method can be used as webservice?