Monday 16 June 2014

What is the .NET CLS?

Purpose:
  • This question checks whether a developer has a understanding of the actual engine under the hood
  • Shows that they are not Code-by-Google type of developers

Potential Answer:
It is a sub set of Common Type System (CTS) and it specifies a set of rules that needs to be adhered or satisfied by all language compilers targeting Common Language Runtime (CLR). It helps in cross language inheritance and cross language debugging.

No comments:

Post a Comment