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
Explain About Global.asax
Why do we use ienumerable in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What are the three types of predicates?
Can interface have virtual methods in c#?
What is the use of functional interface?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What are mutable and immutable types in c#?
What's the difference between abstraction and encapsulation?
What is delegate in c#?
What is poco c#?
Explain the difference between a struct and a class?
Can you use all access modifiers for all types?
Can you store strings in arrays?
How many bytes is a char c#?