user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 307. Should I Implement Finalize On My Class? Should I Implement Idisposable?

user image

Abhishek Mishra

2 years ago

You should implement IDisposable when your class holds resources that you want to release when you are finished using them. Save this answer. Show activity on this post. When your class contains unmanaged objects, resources, opened files or database objects, you need to implement IDisposable

Recent Doubts

Close [x]