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 what observations between vb.net and vc#.net?

559


What are the various open source tool available for VB.NET?

562


How can we store decimal data in .net?

538


Explain how does the xmlserializer work?

592


When do you use virutal keyword?

589






Explain how to achieve polymorphism in vb.net?

547


Explain the difference between vb.net and c#, related to oops concepts?

495


What is the maximum size of the textbox?

536


Can you please explain the difference between namespace and assembly?

546


What is branching logic control in VB.NET?

570


Explain convert.tostrin?

630


Can you please explain the difference between authentication and authorization?

536


What’s the difference between private and shared assembly?

689


What is the significance of delegates. Where should they be used? What are the situations where we require them?

532


Define manifest?

541