-
Garbage collection
In C#, there are value and reference types. Value types are being stored in the stack, while reference types are being stored on the managed heap. When the new object (reference type) is created, it’s saved in the heap, and the garbage collector is later used to remove those no longer needed. GC Generations In…
Search
About

Hi all, my name is Tamara Ristic and I am mathematician and programmer, who likes to share knowledge with others starting from scratch.