I created a class which is inherited from interface
IDisposable. Now if I use object of this class with using
keyword. Then How the dispose method will get call. Does
garbage collector call it or some else.
Answers were Sorted based on User's Feedback
Answer / amit kumar mishra
public void Dispose()
{
GC.SupressFinalize(this);
}
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / imatoria
http://msdn.microsoft.com/en-us/magazine/cc163392.aspx
Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between proc. Sent by val and by sub?
What is c sharp used for?
What do you use c# for?
what is application domain?
what is the diference between casting and converting?
Explain the different types of delegates used in c#.
Is c# and c same?
Can a class have static constructor?
Is c# code is unmanaged or managed code?
What is a method c#?
Can hashset contain duplicates c#?
What is difference between static and constant variable?