/NET_GC-IDisposable_Patterns

How IDisposable, Dispose, and Finalizers work in C#. https://youtu.be/e0G5X3bu6hY

Primary LanguageC#

.NET Garbage Collector (GC) Demo

.NET GC and IDisposable Patterns.

Presented here is the IDisposable interface, the basic dispose pattern, finalizers, and how Dispose implementations interact with GC and garbage collection when dealing with managed and unmanaged memory.