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
How many languages are supported by .net?
What is difference between inline and code behind?
Tell us how many languages are supported by .net?
Can you please explain the difference between system.string and system.stringbuilder classes?
Define cls?
what is interface and when it is used?
Explain the services provided by common language infrastructure.
What is branching logic control in VB.NET?
What is the use of assembly?
Explain internal keyword in .net framework?
What is datatype conversion?
Explain i.tostring method?
List the two main parts of .net?
How do you define a read only property in a class module?
What is difference between import system.data.sqlclient,system.data.oledb?