March 2016
Intermediate to advanced
550 pages
10h 57m
English
mscorlib.dll assembly?No. Although by default every assembly will have an automatic reference to the mscorlib.dll assembly, there is a compiler flag that can prevent this. For details, visit:
string variable?The maximum size of a string variable is 2 GB or about 1 billion characters because each char variable uses 2 bytes due to the internal use of Unicode (UTF-16) encoding for characters.
SecureString type?The string type leaves text data in memory for too long and it's too visible. The SecureString ...
Read now
Unlock full access