Can you please explain the difference between value and reference types?

Submitted by: Administrator
Value types directly store the data and it is allocated to stack. Reference type store a reference to the value's memory address and are allocated to heap.
Submitted by:

Read Online VB .Net Developer Job Interview Questions And Answers