What is Dispose method in .NET ?
Answer Posted / manoj kumar
Dispose() method permanently removes any resource ((un)managed) from memory for cleanup and the resource no longer exists for any further processing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the examples of data types?
Is as keyword in c#?
What is int32 maxvalue?
How to exclude a property from xml serialization?
Can you see a loop recorder?
Is void a class?
Is inheritance possible in c sharp?
From which base class do all Web Forms inherit from?
what are pointer types in c#
What is the .net datatype that allows the retrieval of data by a unique key?
Explain the use of virtual, sealed, override, and abstract method?
Which program construct must return a value?
List down the differences between “dispose” and “finalize” methods in c#.
What is Fragmentation and its Types?
What is sql transaction in c#?