What is CLR, CLS,CTS

Answers were Sorted based on User's Feedback



What is CLR, CLS,CTS..

Answer / kranthi kumar.janagam

CTS,CLS are the componets of the CLR
CLR: is use for execute msil code to native code
CTs :is Common type System Contains Set of common data
types that are common to all dotnet langauges
Itis check all type checkin for interoperatibility comman to
all language.
CLs is common langauge specification contains rules that are
to be followed for .net frame work supported languages

Is This Answer Correct ?    86 Yes 14 No

What is CLR, CLS,CTS..

Answer / suren

The CLR is the execution engine for .NET framework
applications.
Commom Type System. This is the range of types that .NET
runtime (CLR)
understands.
Commom Language Specification. This is the subset of CTS,
which all .NET
languages must support.

Is This Answer Correct ?    67 Yes 15 No

What is CLR, CLS,CTS..

Answer / naren

CLR : Common Language Runtime is a runtime environment that
manages the execution of .Net code and provide services like
memory management, debugging, security, etc. The CLR also
known as Virtual Execution System(VES).

Is This Answer Correct ?    25 Yes 6 No

What is CLR, CLS,CTS..

Answer / nagu

CLR-Common Language Runtime.In which programs return in C#
and other .Net platform or .net languages.It also supports
cross language inter operability.
CTS-Common Type Specification,.Net provides multiple
language support using the feature is known as commmon type
system.
CLS-Common Language Specification.It defines a set of rules
that enables interoperability on the .net platform party
compiler designer and library builders.

Is This Answer Correct ?    16 Yes 13 No

Post New Answer

More Dot Net General Interview Questions

What are the different.net tools which you used in projects?

0 Answers  


can we use private assembly in other project in dot net.

3 Answers  


Explain me what is the .net framework and how does it work?

0 Answers  


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


Explain the difference between .net 2000 and .net 2005(features)? Which one is better?

0 Answers  






what are the controls used to upload a file from client to server?

4 Answers  


What are the similarities and difference between class and structure in .net?

0 Answers  


How anonymous method is different from a lambda expression?

0 Answers  


what are design patterns in .net....?

2 Answers  


Explain how to manage pagination in a page using .net?

0 Answers  


Difference between user groups and code groups

0 Answers  


Difference between class and interface in .net?

0 Answers  


Categories