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 is indexing on asp.net?
How can we call webservices in Banking Applications? and where we are using it?
Can you explain the basic use of dataview?
Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
what is state management?
In this case if exception occure in Database which catch block will be exexcuted?
What is the significance of proxy user?
What are Http handler ?
What are skins?
what is difference between const, static and readonly?
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
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)