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 is the purpose of an Assembly?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is meant by jagged arrays?
Explain the use of serialization and deserialization?
What do you mean by serialization and deserialization?
what is common type system?
How do you define a read only property in a class module?
What keyword is used to accept a variable number of parameter in a method?
Why do we use byref keyword in vb.net?
Observations between vb.net and vc#.net?
What is the main use of a namespace?
Explain about delegate?
Explain the difference between .dll extension and .exe extension files?
Explain the difference between thread and process?
Explain the difference between system.string and system.stringbuilder classes?