thehoneymad / GarbageCollectionSample

Code sample describing basics of resource disposal and garbage collection in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GarbageCollectionSample

This code sample shows a basic console app that reads a file and prints it's content. It also shows how to dispose unmanaged resources and the basic Dispose pattern of C#.

This code is referenced here as a part of the following posts:

  1. I thought I knew C# : Garbage collection & disposal. Part-I

About

Code sample describing basics of resource disposal and garbage collection in C#

License:MIT License


Languages

Language:C# 100.0%