Difference between Heap and Stack
Anonymous
all objects get stored in heap while all value type get stored in stack..heap automatically maage memory using garbage collection..while in stack explicitly memory is managed using destructors..in heap,CLR is responsile for memory management.
Check out your Company Bowl for anonymous work chats.