About CLS and CTS ?

Answers were Sorted based on User's Feedback



About CLS and CTS ?..

Answer / rahul

sorry guys for the wrong answer which was given above.

CLS COMMON LANGUAGE SPECIFICATION is nothing but it has a
set of minumum standards that all the languages using .net
framework should support.

CTS Common Type System ensures compatability between the
components that are developed in different languages.

Is This Answer Correct ?    6 Yes 2 No

About CLS and CTS ?..

Answer / hitesh arora

The .NET Framework provides a runtime environment called the Common Language Runtime or CLR (similar to the Java Virtual Machine or JVM in Java), which handles the execution of code and provides useful services for the implementation of the program.

The Common Language Runtime is the underpinning of the .NET Framework. CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services. The managed code that targets CLR benefits from useful features such as cross-language integration, cross-language exception handling, versioning, enhanced security, deployment support, and debugging.

Common Type System (CTS) describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution.

The Common Language Specification (CLS) is an agreement among language designers and class library designers to use a common subset of basic language features that all languages have to follow.

Is This Answer Correct ?    0 Yes 0 No

About CLS and CTS ?..

Answer / j_baghla

CTS:-Common type system means a system which commons the
type.We get the language interoperability in .net thru
CTS.B'coz when we compile the code written in .net language
then it complies into managed(MSIL) which contains .net
datatypes like system.int32...etc.

CLS:-common language specification which is the subset of
CTS.It is basically designed for compiler vendors which
tells that their language shud support support for 32 bit
integer,exception handling.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

Explain server side state management system.

0 Answers  


When would you set a control's AutoPostBack property to true?

1 Answers  


Explain what are delegates?

0 Answers  


What are all the ways to find out types of objects?

5 Answers   HCL,


Where is ViewState information stored?

18 Answers   DSRC, HCL,






What are the features of asp.net mvc?

0 Answers  


How you can stop the validation of ASP.NET controls from client side?

0 Answers   Sans Pareil IT Services,


What are session and cookies?

0 Answers  


what is clr . how we access them?

3 Answers   TCS,


What is advantage and disadvantage of viewstate

3 Answers  


how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


What is distributed system in asp.net?

0 Answers  


Categories