20: C# Destructors and IDisposable.
Dec 15, 2015•7 min
Episode description
C# calls them finalizers and that is strangely appropriate because all you really know about them is that they might eventually be called, finally. This is because C# decided to manage object lifetimes for you so you normally do not need to worry about leaking memory anymore. This is called garbage collection. The problem with this is that you now have other things to worry about.
For the best experience, listen in Metacast app for iOS or Android
