Answer Posted / bhasker
The Dispose method may be called on any instance of any type implementing the IDisposable interface. This is supported by the C# using statement which makes calling Dispose automatically easy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is asp net c# corner?
How big is an int16?
What is the .net datatype that allows the retrieval of data by a unique key?
What are the different types of comments in c#?
Please explain the basic string operations used in c#?
What are the features of c#?
What is marshalling and what are different kinds of marshalling?
What is multicast delegate in c# ?
Which is faster array or arraylist in c#?
Which sorting algorithm is best?
What is state c#?
What is a class level variable in c#?
What is the meaning of extention?
What is a interface in c#?
What are concrete classes?