Dot Net Framework – Value Type Vs Reference Type
What is difference between Value Type and Reference Type ? or Value Type Vs Reference Type ? Value Type A data type is a value type if it holds the data within its own memory allocation. All value based types are allocated on the stack. When a value type is
» Read more