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
Explain the difference between thread and process?
What is the purpose of an Assembly?
What is multiple form in vb?
What are the objects in asp.net?
What are the advantages of vb.net and c#?
Explain cts?
Explain clr?
What is the difference between .dll extension and .exe extension files?
Using VB, how can you change the Mouse Pointer?
Explain how the .net framework performs automatic memory management.
Explain some of the exclusive features which are present in vb?
source code for how to login a vb.net application ?
what is common language specification?
Which properties are used to bind a DataGridView control?
What is vb.net used for?