What is difference between CTS and CLS? And which one is superset ?
Mahesh Chand
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.