What is CTS, CLS and CLR ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / ansh
cls
common language specification,set of features that diff
language have in common
| Is This Answer Correct ? | 9 Yes | 10 No |
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 |
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 |
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 |
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 are runtime hosts?
Way of updating a table other than stored procedure and hard coded query?
Distinguish between Server-side and Client-side code with its functionality?
If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?
Which control has default post back is enabled(true)?
0 Answers Sans Pareil IT Services,
What is difference between Lambda Expression and LINQ in ASP.NET?
when is the role performed by IIS sever when ever a request send from browser
what is clr . how we access them?
What is difference between rest and soap?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
What does the "EnableViewState" property do? Why would I want it on or off?
we can able to display a MessageBox in asp .net without using any script langages?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)