-
Ying Chen thinks this is interesting:
Normally, objects are created with new. One exception is a string literal that’s contained in quotes, such as "hello". String literals are string objects that are implicitly created by C# the first time they appear in the code.
Minimise