ASP Programming Question:
Download Job Interview Questions and Answers PDF
What is the Common Language Specification (CLS)?
Answer:
The Common Language Specification is a set of constructs and constraints that serves as a guide for library writers and compiler writers. It allows libraries to be fully usable from any language supporting the CLS, and for those languages to integrate with each other. The Common Language Specification is a subset of the common type system. The Common Language Specification is also important to application developers who are writing code that will be used by other developers. When developers design publicly accessible APIs following the rules of the CLS, those APIs are easily used from all other programming languages that target the common language runtime.
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the common type system (CTS)? | What is the Microsoft Intermediate Language (MSIL)? |