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 difference between import system.data.sqlclient,system.data.oledb?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How does vb.net achieve polymorphism?
What is DLL HELL in VB.NET
What would you do to remove microsoft visual basic name space?
what is common language specification?
Can you please explain the difference between thread and process?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What are different types of jit ?
What is an application domain? how they get created?
Explain the difference between namespace and assembly?
What is a static class?
Explain convert.tostrin?
What are the shadow variables?