.Net FAQ's
.Net FAQ's
Value types are stored in the Stack.
Examples : bool, byte, chat, decimal, double, enum , float, int, long, sbyte, short, strut, uint, ulong, ushort.
Reference types are stored in the Heap. 
Examples : class, delegate, interface, object, string.