What is intermediate language in .NET ?
Answer Posted / viniston
MSIL -> It is meant by Microsoft intermediate language.
When we will run our .net applications that will convert into MSIL or IL(intermediate language) by C# compiler.This is not machine code(binary code). It will understand by CLR(Common Language Runtime) only.This CLR will execute the task. Then JIT(Just in time) compiler will convert IL into Machine code or native code(Binary code).
Then this native code will execute by Computer's Processor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain namespace?
What is a literal control?
Explain how to achieve polymorphism in vb.net?
What are jagged arrarys ?
How do you retrieve the customized properties of a .net application from xml .config file?
What is multiple form in vb?
what is common type system?
What is code security?
Explain an assembly?
What is different between web.config and machine.config and where it will be ?
Can you please explain the difference between vb and vb.net?
Allowed program to auto-correct the database when loading a presentation.
Explain the difference between dispose and finalize()?
What is the class that allows an element to be accessed using unique key?
What is globalization?