The text of this article is not in this database — only its details are. Read it on the old site: Conversion Between Types in C#
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Conversion Between Types in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Sam HobbsPosted Mar 22, 2015, 4:19 PM
It must be made clear that the CLR's type checking should not be depended on for the security of data from technically advanced people. Data within an application (process, also known as an address space) can be accessed by code executing in the same application and the CLR's type safety cannot prevent that.