What is Dispose method in .NET ?
Answer Posted / siri
Use this method to release unmanaged resources i.e.,freeing
resources held by an object, or preparing an object for
reuse and if base class implements Idisposable,Objects must
also call the Dispose method of their base class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation in c#?
How does array sort work?
What are "class access modifiers" in C#?
Can you pass value types by reference to a method?
What is stringbuilder c#?
What is a c sharp?
How do I create a dbml file?
What are the types of delegates in c#?
Is stringbuilder thread safe c#?
What is the difference between ienumerable and iqueryable?
How big is a float?
What is constructor overloading in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?
what is full assembly reference
If you define a user defined data type by using the class keyword, is it a value type or reference type?