What is the Difference between CLR & CTS?

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


Please Help Members By Posting Answers For Below Questions

Explain the difference between thread and process?

578


What is the purpose of an Assembly?

700


What is multiple form in vb?

536


What are the objects in asp.net?

632


What are the advantages of vb.net and c#?

736






Explain cts?

622


Explain clr?

647


What is the difference between .dll extension and .exe extension files?

687


Using VB, how can you change the Mouse Pointer?

716


Explain how the .net framework performs automatic memory management.

639


Explain some of the exclusive features which are present in vb?

590


source code for how to login a vb.net application ?

666


what is common language specification?

592


Which properties are used to bind a DataGridView control?

658


What is vb.net used for?

625