Sunday, October 14, 2018

Garbage Collection In .NET

In .NET framework, each and every type identifies some resources which are available for the program’s use. To use these resources, memory needs to be allocation which represents the type.

source https://www.c-sharpcorner.com/article/garbage-collection-in-net/

No comments:

Post a Comment