Question 307. Should I Implement Finalize On My Class? Should I Implement Idisposable?
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