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
What are the different types of applications supported in .net (or) .net framework?
How to connect crystal report in vb.net ?
What is the use of system.diagnostics.process class?
what is interface and when it is used?
Why do we use byref keyword in vb.net?
How to store decimal data in .net?
Explain an assembly?
What do you mean by serialization and deserialization?
Explain the difference between c# and vb.net?
What is break mode? What are the options to step through code?
What is difference between metadata and manifest?
What are the different types of Lock available in Visual Basic?
What is the difference between value and reference types?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
How to view an assembly?