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
what is commom language runtime?
Which control is an example of an object in vb net?
Explain about jagged arrarys ?
What is the difference between value and reference types?
Describe about visual basic.net?
What is the difference between import system.data.sqlclient and system.data.oledb?
Can you please explain the difference between namespace and assembly?
what is diffrence constructor and destructor in vb
Name some of the keywords used in vb.net?
What is the use of assembly?
Write the role of new keyword?
What is the advantage of using system.text.stringbuilder over system.string?
Explain the advantages of migrating to vb.net?
What is multiple form in vb?
What is sealed class?