By sky_man
via dotnetaid.com
Published: Feb 11 2013 / 06:50
Because the .NET framework supports multiple languages within the platform, it defines a Common Type System (CTS). The CTS defines the basic data types that IL understands. Each .NET compliant language should map its data type to these standard data types.
Add your comment