Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the Difference between CLR & CTS?

Answers were Sorted based on User's Feedback



What is the Difference between CLR & CTS? ..

Answer / manikandan

CLR is the common language runtime. which is the feature
makes the .net applications to run plantform independent
langauge interoperability.

CTS Common type system is the part of the CLR which enable
the Common Datatype system to All the .net languages.
it also defines conventions to convert objects from one
langauge to another

Is This Answer Correct ?    37 Yes 3 No

What is the Difference between CLR & CTS? ..

Answer / anamika srivstava

CLR (comman anguage runtime) is the heart of the .net
framework. every runtime has responsibility to take care of
code at the time of execution.for ex vb has MSCRT60 AND
java has JVM and In .net CLR.
WHILE CTS ( comman type system) is subset of CLR .it
provide smooth comunication between two language.for exp in
vb .net has integer and c# has int ,CTS change both into
system.int32.
By Anamika Srivstava

Is This Answer Correct ?    20 Yes 2 No

What is the Difference between CLR & CTS? ..

Answer / 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

More VB.NET Interview Questions

Explain about the performance of visual basic?

0 Answers  


What are the parts of the visual basic control?

0 Answers  


List the types of authentication?

0 Answers  


The default back end of the VB is

1 Answers   Hexaware,


Which is the base class for all the classes in .net framework?

0 Answers  


What is the diff between vb mdi form and .net mdi form?

0 Answers  


Difference between a sub and a function?

2 Answers  


What is the difference between value and reference types?

0 Answers  


How do you do multithreading application in VB ?

4 Answers   Satyam,


What is a preprocessor directive in vb.net?

0 Answers  


What is misl code?

0 Answers  


What is "Polymorphism" and what are Polymorphism in VB.Net?

2 Answers  


Categories