Common Type System
The .NET Framework provides a special way for manipulating data types, which is named Common Type System. The Common Type System is important, so you need to know something about it before reading discussions on data types. In its name, the word Common has two particular meanings. First, the Common Type System provides a unified model for exposing data types so that all the .NET languages, such as Visual Basic, Visual C#, and Visual F#, can consume the same data types. For example, a 32-bit integer is represented by the System.Int32 data type, and all the .NET languages can invoke the System.Int32 object for declaring integers because this type is provided by the .NET Framework and is language-independent. Second, each data ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access