Sunday, July 12, 2009

The Common Language Specification (CLS)

Microsoft has released a small set of specifications that each language should meet to qualify as a .NET compliant language. The code which is under CLS boundary can be usable in any other .NET Language. Those set of specifications are nothing but CLS in .NET Framework.

Example: There should not be any global function declarations, no pointers, no multiple inheritance and things like that.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.