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 how the .net framework performs automatic memory management.
What is the difference between compiler and interpreter?
What are the types of generations in garbage collector?
Explain strong name in .net assembly?
Explain manifest?
Name the class which allows an element to be accessed using unique key?
What is vb.net used for?
What is deep copy?
What are the different types of Lock available in Visual Basic?
Explain about branching logic control in vb.net?
What are the different types of applications supported in .net (or) .net framework?
What is the main use of a namespace?
What is non_deterministic finalization?
What is late binding and early binding?
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.