Introduction 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. Garbage Collection basis Almost every program uses resources such as database [...]
↧