Garbage Collection in .NET – How it really works 17 Dec 2009
Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics, Introduction.trackback
Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in different ways and different manners in various platforms and languages. We will see how garbage collection is being done in .NET.
Comments»
No comments yet — be the first.