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
Tell us how many languages are supported by .net?
What are the different types of Lock available in Visual Basic?
Explain jagged array in vb.net?
Name some different types of control?
Explain the difference between .dll extension and .exe extension files?
List the different types of assembly?
Why do we use ansi keyword?
What is pre-jit?
What are the advantages of VB.NET?
How to achieve Polymorphism in VB.Net?
Can you please explain the difference between authentication and authorization?
What are the advantages of an assembly?
How do you define a read only property in a class module?
What is the difference between convert.tostring and i.tostring method?
What are the different types of a stream?