Take Up Code

20: C# Destructors and IDisposable.

7 min • 15 december 2015
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.

Senaste avsnitt

Podcastbild

00:00 -00:00
00:00 -00:00