Friday, January 9, 2009

Commanl Language Specfication (CLS)


FrameworkSDK folder (usually at C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Tool Developers Guide\docs) contains the Common Language Infrastructure (CLI) specification.

The Common Language Specification (CLS) defines the minimum things that a language must support to be compliant.

The CTS defines the common data types used by

The CTS tells you how to represent characters and numbers in a program.

The CLS represents the guidelines defined by for the .NET Framework.

These specifications are normally used by the compiler developers and are available for all languages, which target the .NET Framework.

It will contain set of rules in all the Dotnet Languages

CLS is a subset of CTS.

These specifications are normally used by the compiler developers and are available for all languages, which target the .NET Framework.

No comments: