I am curious about the string and primitive types. Article like this says string is primitive type. However second article on MSDN does not list string as primitive type. >
String is a reference type. To verify this do F12 on string.
enter image description here