cts


♣    CTS is a Subset of CLS

♣    CTS is a set of common base data types defined by Microsoft for all .net languages.

♣    Every .net language has to map their data types with CTS types

Example :


C#.Net int , VB.Net integer base type in CTS is “int32”