Answer Posted / kamalakannan.a
CLR is an execution engine for .net.It is used to convert
the highlevel language code into MSIL(Microsoft
Intermediate Language).So this MSIL again converted into
m/c language by JIT compiler(Just In Time).
The CLR is the main coponent for .Net framework.So the .Net
framework supports 44 languages.
kamal...
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain the advantages of migrating to vb.net?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Using VB, how can you change the Mouse Pointer?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Explain global assembly cache (gac)?
Can you please explain the difference between int and int32?
What is globalization?
Can you please explain the difference between dispose and finalize()?
Is vb net a scripting language?
What is early binding?
Explain the use of console application?
Explain nested classes?
What is the use of internal keyword?
what is common type system?