Saturday, June 23, 2007

C# Heap vs Stack - Memory management

I've found really interesting article series on c-sharpcorner today. It profoundly explains how the value types and reference types are allocated on stack and heap and moreover it gives great idea about how GC (Garbage Collector) works. Also in the 4th part of the series of articles, static methods, static members, finalizers and IDisposable are shaded light on.

All the four articles are worth reading:

http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx?ArticleID=9adb0e3c-b3f6-40b5-98b5-413b6d348b91

Happy Reading!

No comments: