Question- What is CLS?
Ans:- Common Language Specification(CLS) .Microsoft has released a small set of application that esch language should meet to qualify as a .Net complaint language. As IL is very rich language. it is not necessary for each language to implement all the IL functionality.For instance, there shouldn't be any global function declaration, no pointers, no multiple inheritance and thing like that. The important point is note here is that if you keep your code within the CLS boundary,your code is guaranteed to be usable in any other .NET language.
Ans:- Common Language Specification(CLS) .Microsoft has released a small set of application that esch language should meet to qualify as a .Net complaint language. As IL is very rich language. it is not necessary for each language to implement all the IL functionality.For instance, there shouldn't be any global function declaration, no pointers, no multiple inheritance and thing like that. The important point is note here is that if you keep your code within the CLS boundary,your code is guaranteed to be usable in any other .NET language.
No comments:
Post a Comment