Answer Posted / 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 |
Post New Answer View All Answers
What are the two main parts of .net?
How to achieve Polymorphism in VB.Net?
What is the strong name in .net assembly?
What is the use of errorprovider control?
What is visual basic.net culture?
What is the significance of delegates?
What is tracing?
How would you implement inheritance using vb.net?
What are the different types of applications supported in .net (or) .net framework?
Which dll is used for microsoft .net run time?
What is enumerator?
Explain the advantage of option strict on?
What is a static variable?
What is meant by jagged arrays?
What is portable executable?