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 ways the function can return values?
What do you mean by serialization and deserialization?
source code for how to login a vb.net application ?
Explain about branching logic control in vb.net?
how many server control present in .net
Name the tool which can convert visual basic old version to .net compatibility version?
Tell me which namespace are used for accessing the data?
What is the Advantage of vb.net over vb
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
Explain the observations between vb.net and vc#.net?
Explain strong name in .net assembly?
What are the features present in vb 2005?
What is multiple form in vb?
What are all the parts of .net framework?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?