When working with C#, most of the time we don’t need to think about memory management. The Garbage Collector (GC) automatically allocates, moves, and frees memory for us.But sometimes, especially when we interact with unmanaged code or use unsafe blo...
jangjoo.hashnode.dev3 min read
No responses yet.