BlogExamples/Finalizers at main · linkdotnet/BlogExamples · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Stop using Finalizers in C#

Finalizers (historically referred to as destructors) are in C# since its dawn of time and are used to cleanup resources. But they should not used in every use-case and can harm your applications performance.

Found here