Explain the CLS?
1.CLS (Common Language Specifications)Its is a subset of CTS(Common Type System)
This above differences in declaration is…. managed by CLS and CTS andDim a as Integer, Int a is declared in CLS as ——>> Int32 a **;CLS have some set of rules or guidelines to satisfy the all Language Compilers in .Net Framework. Each Compilers should follow the rules to communicate with CLR. Otherwise the code will not work on properly in .Net framework or .Net Environment.
CLS and CTS is both supporting to Cross-Language Integrations.