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 is the ruby interface generator?
What is break mode? What are the options to step through code?
What is different between web.config and machine.config and where it will be ?
Explain how does the xmlserializer work?
Describe about visual basic.net?
What is difference between inline and code behind?
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.
Explain the difference between namespace and assembly?
What are all the parts of .net framework?
Explain how to achieve polymorphism in vb.net?
How can we store decimal data in .net?
Explain cls?
Explain the use of option explicit?
Explain the difference between an xml "fragment" and an xml "document."
Is vb.net a programming language?