2
Reply

What is difference between CTS and CLS? And which one is superset ?

Mahesh Chand

Mahesh Chand

18y
14.3k
0
Reply

    CLS

    Common type system is a rich type system that built into common language runtime,most of the types and operations can be performed in common type system. Common Language Specification(CLS):It is a subset of common type system in which all .net languages are expected to support.