Common Type System is the part of .NET Framework built in with CLR which is responsible for defining , managing different language's operation supported by .NET Framework.
CTS are responsible for cross language Integration (Means you can have a dll which is written in C# and to be used in VB.Net application) and Type Safety.
Post:9
Points:63Re: What is Common Type System (CTS)
Common Type System is the part of .NET Framework built in with CLR which is responsible for defining , managing different language's operation supported by .NET Framework.
CTS are responsible for cross language Integration (Means you can have a dll which is written in C# and to be used in VB.Net application) and Type Safety.