Answer Posted / 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 |
Post New Answer View All Answers
How a base class method is hidden?
Explain about the ruby interface generator?
source code for how to login a vb.net application ?
Explain the difference between dispose and finalize()?
What is the purpose of objects present in asp.net?
How many ways the function can return values?
What is the significance of delegates. Where should they be used?
Write a VB.Net console program to check whether a number is perfect or not.
List the types of authentication?
how many server control present in .net
Explain the difference between int and int32?
What is redim keyword and its use?
What is break mode? What are the options to step through code?
What is the feature anonymous type?
Explain jit?