November 2017
Intermediate to advanced
800 pages
30h 51m
English
Answer: 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.
Answer: The string type leaves text data in the memory for too long and it's too visible. The SecureString type encrypts the text and ensures that the memory is released immediately. WPF's PasswordBox control stores the password as a SecureString variable, and when starting a new process, the Password parameter must be a SecureString variable. For more discussion, visit: ...
Read now
Unlock full access