What is CTS, CLS and CLR ?

Answers were Sorted based on User's Feedback



What is CTS, CLS and CLR ?..

Answer / robin

CLS:- common language specification .it defines features
that all.net compatible language should support

CTR:-The .net framework introduce a comman type system or
CTS.the CTS specification defines all possible data type and
programing construct supports by CLR andhow they may or may
not interact with each other. because of this features the
.NET framework supports development in multiple in
programing language

Is This Answer Correct ?    1 Yes 0 No

What is CTS, CLS and CLR ?..

Answer / mani bmgs

CLR
this is common language runtime.the code which is in
environment of clr is called managed code.every language
has runtime in case of .net there is CLR.so that that has
some responsibilites that is to tack care of the execution
of code
other responsibilites
garbage collection-in that it remove the object which are
not refered for long time.using Idisposable interface with
dispose method

Jit compiler also convert IT to native code
In that include exception handling.etc

Cls
common language spefication
thsi is guideline that to communicate smoothly with other

CTS
common type system
this is used to communicate with other language.
example in vb we have int and in c++ we have long so that
in one case they are not compatiable with each other so
that CTS palys important role with using System.int32

Is This Answer Correct ?    1 Yes 1 No

What is CTS, CLS and CLR ?..

Answer / ramkumar.v

What is CLR?
CLR is Common Language Runtime.It is Heart of the .net frame Work.Although Approaches and Responsible To execute for CLR.

Is This Answer Correct ?    0 Yes 0 No

What is CTS, CLS and CLR ?..

Answer / jai

CLR: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. 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.

CTS & CLS:
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 CLS is simply a specification that defines the rules to support language integration in such a way that programs written in any language, yet can interoperate with one another, taking full advantage of inheritance, polymorphism, exceptions, and other features.

Is This Answer Correct ?    0 Yes 0 No

What is CTS, CLS and CLR ?..

Answer / ansh

cls
common language specification,set of features that diff
language have in common

Is This Answer Correct ?    9 Yes 10 No

What is CTS, CLS and CLR ?..

Answer / prabha c. kurne

.net is a software platform it's a language neutral
enviroment for developing .net applications that can easily
and securely operate within it. the net framework has two
main components the common language runtime (clr)and
the .net framework class library.

Is This Answer Correct ?    7 Yes 14 No

What is CTS, CLS and CLR ?..

Answer / rahul tk chulliyode

languages in .net framework have a common feature. CLS
integrating that common features.

Is This Answer Correct ?    5 Yes 18 No

What is CTS, CLS and CLR ?..

Answer / t.somasundaram

CLR IS ONE OF THE COMPONENT OF .NET FRAMEWORK
CLS IS THAT IT CANBE USED FOR SMOOTH AND PERFECT
COMMUNICATION

Is This Answer Correct ?    13 Yes 27 No

What is CTS, CLS and CLR ?..

Answer / lalu

Common Language Specification (CLS):The Common Language
Specification (CLS) describes a set of features that
different languages have in common.
The CLS includes a subset of the Common Type System (CTS).

The CLR is a multi-language execution environment

Is This Answer Correct ?    15 Yes 32 No

What is CTS, CLS and CLR ?..

Answer / jency

jency is a good gal

Is This Answer Correct ?    18 Yes 81 No

Post New Answer

More ASP.NET Interview Questions

How do you identify that the page is postback?

0 Answers  


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


What is the caspol.exe tool used for?

0 Answers  


How long does an http session last?

0 Answers  


Can we use multiple web.config files in an sigle appliction?

3 Answers   IBS,






What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


Why is the standalone environment only useful during the development process?

0 Answers  


To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?

1 Answers   Siebel,


What is diff. Between abstract class and an interface?

0 Answers  


what is the difference between sql 2000 and 2005?

2 Answers   Cognizant,


What is source control?How to use in asp.net?

1 Answers  


When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


Categories