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
List the different types of assembly?
Can you please explain the difference between system.string and system.stringbuilder classes?
What languages does the .net framework support?
What is an assembly and its use?
What are different types of jit ?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Name the two main parts of .net?
Explain about rapid application development tool?
What are the difference between structure and class?
Which classes a dll can contain?
Why should you use delegate?
Explain the services provided by common language infrastructure.
what is difference between namespace and assembly?
Explain the difference between vb 6 and vb.net?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.