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

How .net CLR works with n-tier application

4 Answers   HCL, Hughes,


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

0 Answers  


How do http sessions work?

0 Answers  


Elaborate differentiation between Cache and Application?

0 Answers   QuestPond,


Difference between HTML control and Web Server Control?

4 Answers  






Is asp.net outdated?

0 Answers  


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


What is & in a url?

0 Answers  


Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

0 Answers  


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

0 Answers  


Categories