What is the Difference between CLR & CTS?
Answers were Sorted based on User's Feedback
Answer / manikandan
CLR is the common language runtime. which is the feature
makes the .net applications to run plantform independent
langauge interoperability.
CTS Common type system is the part of the CLR which enable
the Common Datatype system to All the .net languages.
it also defines conventions to convert objects from one
langauge to another
| Is This Answer Correct ? | 37 Yes | 3 No |
Answer / anamika srivstava
CLR (comman anguage runtime) is the heart of the .net
framework. every runtime has responsibility to take care of
code at the time of execution.for ex vb has MSCRT60 AND
java has JVM and In .net CLR.
WHILE CTS ( comman type system) is subset of CLR .it
provide smooth comunication between two language.for exp in
vb .net has integer and c# has int ,CTS change both into
system.int32.
By Anamika Srivstava
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / shilpi gulati
CLR is responsible for converting the actual code(language independent) into platform dependent that is msil code in order to run it on .net framework.it is the execution engine of .net framework.
CTS is a subset of CLR which takes are of making various language specific datatypes into a datatype which .net runtime understands.Ex- vb .net has integer and c# has int ,CTS changes both into system.int32 which is a datatype which .net framework understands and hence any language specific datatype is converted into .net specific datatype with the help of CTS.
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the class that allows an element to be accessed using unique key?
Name and explain some of the exclusive features which are present in vb?
The default back end of the VB is
Explain the advantage of option strict on?
What is late binding?
How can we remove handlers at run time?
what are the advantages and diadvantages of active reports over crystal reports ?
What is the diff between vb mdi form and .net mdi form?
Is there any easy way to convert VB6 programs to VB.Net?
What is redim keyword?
What is MSIL
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
0 Answers College School Exams Tests,
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)