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

Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


What are Session states available and its Uses?

2 Answers   iLogic,


Explain server-side scripting?

0 Answers  


web user and custom conrols

1 Answers  


How Response.flush works in server.Execute

1 Answers  






In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,


how to create bin folder in asp.net2.0

8 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


What do you mean by authorization?

0 Answers  


How can we create Tree control in asp.net?

0 Answers  


what is the role of aspx file ?

2 Answers   Netsweeper,


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,


Categories